Skip to content

Commit

Permalink
feature: add onboarding function for server and mail hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 18, 2024
1 parent d13ba67 commit b9d5f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plogical/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -3412,7 +3412,7 @@ def upgrade(branch):
### 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)

Expand Down

0 comments on commit b9d5f84

Please sign in to comment.