diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-03-25 23:40:12 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-03-25 23:40:12 +0000 |
commit | 3d72f9f9319592d6ea967a4f7e81a9c81c049b2d (patch) | |
tree | 53878e81ab1e6e9a5417adbb9528eccf5e6b239b | |
parent | 6d0e36962bcce42b7c0458b16e3e8a42278db477 (diff) | |
download | pfsense-3d72f9f9319592d6ea967a4f7e81a9c81c049b2d.zip pfsense-3d72f9f9319592d6ea967a4f7e81a9c81c049b2d.tar.gz |
Restart captive portal if needed as well
-rwxr-xr-x | etc/rc.restart_webgui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.restart_webgui b/etc/rc.restart_webgui index a9088d2..b630072 100755 --- a/etc/rc.restart_webgui +++ b/etc/rc.restart_webgui @@ -10,6 +10,7 @@ mwexec("killall -9 lighttpd"); echo "Restarting webConfigurator..."; system_webgui_start(); +captiveportal_configure(); echo " done.\n\n"; |