This commit is contained in:
2025-09-03 00:42:04 +02:00
parent 26c3245cf3
commit b94b61ba5d

View File

@@ -241,6 +241,7 @@ if _STOP:
cmnd = f"docker stop {c.split()[-1]}"
status, running_containers = subprocess.getstatusoutput(cmnd)
def restore_job(_APP):
global VERSION
logging.info("Starting Restore")
print("Starting restore : {VERSION}")
now = datetime.datetime.now()