This commit is contained in:
2025-05-20 13:14:22 +02:00
2 changed files with 0 additions and 17 deletions

View File

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