This commit is contained in:
2025-05-24 19:11:47 +02:00
parent e17d538c2b
commit 5cae7332d5

View File

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