Renamed cymais to infinito and did some other optimations and logout implementations

This commit is contained in:
2025-07-29 16:35:42 +02:00
parent a9e7ed3605
commit 44e0fea0b2
499 changed files with 1740 additions and 1587 deletions

View File

@@ -40,8 +40,8 @@ def main(base_directory):
while blocker_running:
try:
bash("systemctl is-active --quiet sys-bkp-docker-2-loc.cymais.service")
bash("systemctl is-active --quiet update-docker.cymais.service")
bash("systemctl is-active --quiet sys-bkp-docker-2-loc.infinito.service")
bash("systemctl is-active --quiet update-docker.infinito.service")
print("Backup is running.")
print(f"Trying again in {waiting_time} seconds.")
time.sleep(waiting_time)