This commit is contained in:
2025-05-20 13:46:00 +02:00
parent 987d04fc86
commit 665b0b36b4

View File

@ -217,7 +217,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")