mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
bug fix to weekly scheduled backups ref https://github.com/usmannasir/cyberpanel/issues/1170
This commit is contained in:
@@ -1505,7 +1505,10 @@ def main():
|
|||||||
IncScheduler.WPUpdates()
|
IncScheduler.WPUpdates()
|
||||||
|
|
||||||
if args.function == 'Weekly':
|
if args.function == 'Weekly':
|
||||||
IncScheduler.FixMailSSL()
|
try:
|
||||||
|
IncScheduler.FixMailSSL()
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
### Run incremental backups in sep thread
|
### Run incremental backups in sep thread
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user