mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +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()
|
||||
|
||||
if args.function == 'Weekly':
|
||||
IncScheduler.FixMailSSL()
|
||||
try:
|
||||
IncScheduler.FixMailSSL()
|
||||
except:
|
||||
pass
|
||||
|
||||
### Run incremental backups in sep thread
|
||||
|
||||
|
||||
Reference in New Issue
Block a user