Return on complete
This commit is contained in:
parent
a253b3b65f
commit
93e62eb31a
|
@ -323,11 +323,11 @@ function create_networks_interactive {
|
|||
|
||||
if [ ${#WIFI_SSID} -gt 1 ]; then
|
||||
if [ ${#WIFI_TYPE} -gt 1 ]; then
|
||||
if [[ "${#WIFI_TYPE}" == $'none' || "${#WIFI_TYPE}" == $'open' ]]; then
|
||||
wifi_networks_done='yes'
|
||||
if [[ "${WIFI_TYPE}" == $'none' || "${WIFI_TYPE}" == $'open' ]]; then
|
||||
return
|
||||
else
|
||||
if [ ${#WIFI_PASSPHRASE} -gt 1 ]; then
|
||||
wifi_networks_done='yes'
|
||||
return
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue