diff --git a/omv_backup.py b/omv_backup.py index 95ff290..3a9ee1a 100755 --- a/omv_backup.py +++ b/omv_backup.py @@ -651,7 +651,7 @@ def backup_job(server): logging.info(f"LALA : {topic}") client.publish(topic, "finished",qos=0, retain=True) client.disconnect() - return "finished" + #return "finished" topic = "sectorq/amd/restore" @@ -670,7 +670,7 @@ def backup_job(server): #logging.info(msg) send_mqtt_message(topic,msg) - continue + #continue if is_port_open(s,22): ssh = paramiko.SSHClient() ssh.load_system_host_keys()