This commit is contained in:
2025-05-24 19:26:29 +02:00
parent b66a4598de
commit 607f58ae0a

View File

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