feature: add onboarding function for server and mail hostname

This commit is contained in:
usmannasir
2024-01-18 13:17:31 +05:00
parent d13ba6727f
commit b9d5f84e73

View File

@@ -3412,7 +3412,7 @@ pm.max_spare_servers = 3
### remove log file path incase its there
if Upgrade.SoftUpgrade:
time.sleep(10)
time.sleep(30)
if os.path.exists(Upgrade.LogPathNew):
os.remove(Upgrade.LogPathNew)