mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
5 lines
169 B
Bash
5 lines
169 B
Bash
#!/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/' {{ iiab_env_file }}
|
|
|