summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index dfa077f..d6574ee 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -263,7 +263,7 @@ echo "done.\n";
if($avail > 0 and $avail < 65) {
echo "System has less than 65 megabytes of ram {$avail}. Delaying webConfigurator startup.\n";
/* start webConfigurator up on final pass */
- /usr/local/sbin/pfSctl -c 'service restart webgui'
+ mwexec("/usr/local/sbin/pfSctl -c 'service restart webgui'");
} else {
/* start web server */
system_webgui_start();
OpenPOWER on IntegriCloud