mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update iiab-startup.sh
This commit is contained in:
parent
1007a34347
commit
8d36117fd9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ fi
|
|||
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)
|
||||
$(grep "^hostapd_enabled = False" /etc/iiab/iiab.ini)
|
||||
#)
|
||||
#)
|
||||
]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue