fetch remote branch is not present

This commit is contained in:
Usman Nasir
2020-04-12 11:26:21 +05:00
parent 109bd07ea5
commit f3f9458489

View File

@@ -1304,6 +1304,10 @@ class Upgrade:
shutil.move('cyberpanel', 'CyberCP')
else:
command = 'git fetch'
Upgrade.executioner(command, command, 1)
command = 'git stash'
Upgrade.executioner(command, command, 1)