This commit is contained in:
2025-09-03 00:41:26 +02:00
parent 1510dc2e8d
commit 26c3245cf3

View File

@@ -31,7 +31,7 @@ def signal_handler(sig, frame):
signal.signal(signal.SIGINT, signal_handler) signal.signal(signal.SIGINT, signal_handler)
file_path = os.path.realpath(__file__) file_path = os.path.realpath(__file__)
dir_path = os.path.dirname(file_path) dir_path = os.path.dirname(file_path)
VERSION="1.0.9" VERSION="1.0.10"
# print(file_path) # print(file_path)
# print(dir_path) # print(dir_path)
os.chdir(dir_path) os.chdir(dir_path)
@@ -242,6 +242,7 @@ if _STOP:
status, running_containers = subprocess.getstatusoutput(cmnd) status, running_containers = subprocess.getstatusoutput(cmnd)
def restore_job(_APP): def restore_job(_APP):
logging.info("Starting Restore") logging.info("Starting Restore")
print("Starting restore : {VERSION}")
now = datetime.datetime.now() now = datetime.datetime.now()
STARTTIME = now.strftime("%Y-%m-%d_%H:%M:%S") STARTTIME = now.strftime("%Y-%m-%d_%H:%M:%S")
_DATE = "pick" _DATE = "pick"