This commit is contained in:
2025-05-24 18:52:54 +02:00
parent 97ff1a3197
commit e9b1c18bb7

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")