This commit is contained in:
jaydee
2024-12-16 23:37:16 +01:00
parent fbab0e4573
commit e1489bbc28

View File

@ -217,7 +217,7 @@ if _RESTORE:
if ans == "y" and _EXECUTE:
status, output = subprocess.getstatusoutput(cmnd)
if _APP == "nginx":
if app == "nginx":
print("Stopping docker")
cmnd = "docker stop nginx-app-1"
status, output = subprocess.getstatusoutput(cmnd)