1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/usb_lib/templates/iiab-usb_lib-show-all-on

6 lines
168 B
Text
Raw Normal View History

2018-03-13 19:06:12 +00:00
#!/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=True/' {{ iiab_env_file }}
2018-03-13 19:06:12 +00:00