This commit is contained in:
2025-05-20 13:43:26 +02:00
parent 69b2ab1920
commit 94bab11c58

View File

@ -217,6 +217,8 @@ if _STOP:
cmnd = f"docker stop {c.split()[-1]}"
status, running_containers = subprocess.getstatusoutput(cmnd)
if _RESTORE:
logging.info("Starting Restore")
print("Starting Restore")