mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correctly restart the SSL lighty instance when running.
This commit is contained in:
parent
f32f09d483
commit
699cb4fe15
@ -361,6 +361,7 @@ EOD;
|
||||
|
||||
} else {
|
||||
killbypid("{$g['varrun_path']}/lighty-CaptivePortal.pid");
|
||||
killbypid("{$g['varrun_path']}/lighty-CaptivePortal-SSL.pid");
|
||||
killbypid("{$g['varrun_path']}/cp_prunedb.pid");
|
||||
|
||||
captiveportal_radius_stop_all();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user