From 649f13fc9ce575247b7b4141b0e0542844494c78 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 4 Dec 2012 14:09:16 -0500 Subject: Make 11/111 console menu options both kill php, lighty, and then restart the GUI. Not perfect, but better than 11 not working for the times most people need it. Ticket #2709 --- etc/rc.initial | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/rc.initial') diff --git a/etc/rc.initial b/etc/rc.initial index 155faab..315ede1 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -137,8 +137,6 @@ case ${opmode} in /usr/sbin/tcpdump -n -e -ttt -i pflog0 ;; 11) - /etc/rc.restart_webgui - ;; 111) /usr/bin/killall -9 php; /usr/bin/killall -9 lighttpd; /etc/rc.restart_webgui ;; -- cgit v1.1