mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-08 07:39:07 +01:00
Merge branch 'v1.9.4' into v1.9.5
This commit is contained in:
@@ -2083,7 +2083,7 @@ vmail
|
||||
0 12 * * * root /usr/local/CyberCP/bin/python /usr/local/CyberCP/IncBackups/IncScheduler.py Daily
|
||||
0 0 * * 0 root /usr/local/CyberCP/bin/python /usr/local/CyberCP/IncBackups/IncScheduler.py Weekly
|
||||
"""
|
||||
writeToFile = open(cronPath, 'w')
|
||||
writeToFile = open(cronPath, 'a')
|
||||
writeToFile.write(content)
|
||||
writeToFile.close()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user