diff options
Diffstat (limited to 'net/wpa_supplicant.sh')
-rw-r--r-- | net/wpa_supplicant.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wpa_supplicant.sh b/net/wpa_supplicant.sh index 379e6153..c619f99b 100644 --- a/net/wpa_supplicant.sh +++ b/net/wpa_supplicant.sh @@ -149,7 +149,7 @@ wpa_supplicant_pre_start() if [ -z "${wpac}" ]; then if service_started devd; then ebegin "Backgrounding ..." - exit 1 + exit 1 fi return 0 fi @@ -167,7 +167,7 @@ wpa_supplicant_pre_start() -P "/var/run/wpa_cli-${IFACE}.pid" -B if eend $?; then ebegin "Backgrounding ..." - exit 1 + exit 1 fi # wpa_cli failed to start? OK, error here |