This commit is contained in:
2025-05-06 18:04:02 +02:00
parent f03a7362bd
commit 9e51ed3707

View File

@ -675,7 +675,10 @@ if _BACKUP:
for line in iter(ssh_stderr.readline, ""):
logger.info(line)
ssh.close()
os.remove("/backups/restore")
try:
os.remove("/backups/restore")
except:
pass
# if _MODE == "auto":
# hostup = True
# cmnd = "ssh root@omv.home.lan 'systemctl suspend &'"