Check that networks file exists
This commit is contained in:
parent
53f105e4eb
commit
14cc474649
|
@ -1729,8 +1729,10 @@ function hotspot_settings {
|
|||
TEMP_WIFI_HOTSPOT='yes'
|
||||
else
|
||||
TEMP_WIFI_HOTSPOT='no'
|
||||
if [ -f $WIFI_NETWORKS_FILE ]; then
|
||||
WIFI_EXTRA='--networks $WIFI_NETWORKS_FILE'
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ $TEMP_WIFI_TYPE != $'none' ]]; then
|
||||
if [ ! $TEMP_WIFI_PASSPHRASE ]; then
|
||||
|
|
Loading…
Reference in New Issue