summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index b3993f0..b16368e 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -531,7 +531,7 @@ EOD;
fclose($fd);
if(is_process_running("wpa_supplicant"))
- mwexec("$killall" . " wpa_supplicant");
+ mwexec("$killall wpa_supplicant");
}
break;
@@ -571,7 +571,7 @@ EOD;
fclose($fd);
if(is_process_running("hostapd"))
- mwexec("$killall" . " hostapd");
+ mwexec("$killall hostapd");
}
break;
OpenPOWER on IntegriCloud