mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-26 09:19:05 +01:00
Update IncScheduler.py
This commit is contained in:
committed by
GitHub
parent
a300ef83ce
commit
e9c1df520d
@@ -780,7 +780,7 @@ Automatic backup failed for %s on %s.
|
||||
ProcessUtilities.executioner(command)
|
||||
|
||||
else:
|
||||
command = 'chattr -R -i /home/%s/public_html/' % (website.domain)
|
||||
command = 'chattr -R -i /home/%s/' % (website.domain)
|
||||
ProcessUtilities.executioner(command)
|
||||
|
||||
## Calculate bw usage
|
||||
|
||||
Reference in New Issue
Block a user