Merge branch 'master' of git.ducamps.win:vincent/conf2

This commit is contained in:
vincent 2020-11-26 09:29:33 +01:00
commit f25c5fc308

View File

@ -1,4 +1,4 @@
import subprocess mport subprocess
import time import time
import sys import sys
@ -14,7 +14,9 @@ services=("syncthing@vincent",
"fail2ban", "fail2ban",
"supysonic-daemon", "supysonic-daemon",
"home-assistant", "home-assistant",
"radicale") "radicale",
"chisel-server",
"JDownloader")
containers=("pihole",) containers=("pihole",)
@ -64,7 +66,7 @@ if __name__ == '__main__':
wait=False wait=False
if (wait): if (wait):
time.sleep(60) time.sleep(15)
for serviceName in services: for serviceName in services: