bitwarden

This commit is contained in:
jaydee
2024-11-29 11:52:50 +01:00
parent a047f98f90
commit e7f77793a9

View File

@@ -85,7 +85,8 @@ if not host in backups:
print("Test connection")
try:
hm = socket.gethostbyaddr("omv.home.lan")
HOST_UP = os.system(f"ping -c 1 omv.home.lan") == 0
print(HOST_UP)
print(hm)
ret = os.system(f"ping -c 3 -w 2 morefine.home.lan")
print(ret)