mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
system: killbypid() in web GUI
This commit is contained in:
parent
9316f4fbbd
commit
6b719e9411
@ -124,7 +124,7 @@ function webgui_configure_do($verbose = false, $interface = '')
|
||||
}
|
||||
|
||||
/* stop the frontend when the generation was completed */
|
||||
killbypid('/var/run/lighty-webConfigurator.pid', 'INT', true);
|
||||
killbypid('/var/run/lighty-webConfigurator.pid', 'INT');
|
||||
|
||||
/* start lighttpd */
|
||||
if (!count($listeners) || mwexec('/usr/local/bin/flock -ne /var/run/lighty-webConfigurator.pid /usr/local/sbin/lighttpd -f /var/etc/lighty-webConfigurator.conf')) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user