mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
7 lines
212 B
Text
7 lines
212 B
Text
|
#!/bin/bash
|
||
|
# turn on the flag which registers new USB sticks at root directory
|
||
|
|
||
|
sed -i -e's/^IIAB_USB_LIB_SHOW_ALL.*/IIAB_USB_LIB_SHOW_ALL=False/' /etc/iiab/iiab.env
|
||
|
|
||
|
udevadm trigger -t subsystems -s usb -c add
|