mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 14:26:16 +01:00
bug fix: csf causing bug while site creation
This commit is contained in:
@@ -3553,7 +3553,7 @@ pm.max_spare_servers = 3
|
||||
Upgrade.executioner(command, 'fix csf if there', 0)
|
||||
|
||||
if os.path.exists('/usr/local/CyberCP/configservercsf'):
|
||||
command = 'cat /dev/null > /usr/local/CyberCP/configservercsf/signals.py'
|
||||
command = 'rm -f /usr/local/CyberCP/configservercsf/signals.py'
|
||||
Upgrade.executioner(command, 'Start LSCPD', 1)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user