summaryrefslogtreecommitdiffstats
path: root/etc/rc.restart_webgui
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-29 05:57:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-29 05:57:50 +0000
commit04b44931aacab1ddd93b30d61e959b2b501e1e94 (patch)
tree603187e4e08b4c5f7b48004beb7fa4c5e72cd117 /etc/rc.restart_webgui
parentbb8deb4a5f44fa2d74940f07c944eae8c81592b1 (diff)
downloadpfsense-04b44931aacab1ddd93b30d61e959b2b501e1e94.zip
pfsense-04b44931aacab1ddd93b30d61e959b2b501e1e94.tar.gz
Give some warning of the restart operation
Diffstat (limited to 'etc/rc.restart_webgui')
-rwxr-xr-xetc/rc.restart_webgui4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.restart_webgui b/etc/rc.restart_webgui
index fc57f94..e92c3c0 100755
--- a/etc/rc.restart_webgui
+++ b/etc/rc.restart_webgui
@@ -7,6 +7,10 @@ require("functions.inc");
mwexec("killall -9 lighttpd");
+echo "Restarting webConfigurator...";
+
system_webgui_start();
+echo " done.";
+
?> \ No newline at end of file
OpenPOWER on IntegriCloud