Merge branch 'v2.0.3' into v2.0.4-dev

This commit is contained in:
Usman Nasir
2020-10-14 15:26:46 +05:00

View File

@@ -2157,6 +2157,9 @@ echo $oConfig->Save() ? 'Done' : 'Error';
command = 'systemctl restart dovecot'
Upgrade.executioner(command, command, 0)
command = 'rm -rf %s' % (configbackups)
Upgrade.executioner(command, command, 0)
Upgrade.stdOut("Dovecot upgraded.")
except BaseException as msg: