mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
backslash not needed (in bash conditional)
This commit is contained in:
parent
7ce1278d7b
commit
1178c452a7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ fi
|
|||
# Set wlan0 to promiscuous on boot if needed as gateway (i.e. AP's OFF)
|
||||
# Scripts iiab-hotspot-on + iiab-hotspot-off SHOULD toggle this boot flag!
|
||||
# https://github.com/iiab/iiab/issues/638#issuecomment-355455454
|
||||
if [[ $(grep -i raspbian /etc/*release) && \
|
||||
if [[ $(grep -i raspbian /etc/*release) &&
|
||||
#($(grep "hostapd_enabled = False" /etc/iiab/config_vars.yml) ||
|
||||
#((! $(grep "hostapd_enabled = True" /etc/iiab/config_vars.yml)) &&
|
||||
$(grep "^hostapd_enabled = False" /etc/iiab/iiab.ini) ]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue