This commit is contained in:
2025-03-31 21:26:04 +02:00
parent 1a687b9749
commit 7eb92d7c6a

View File

@ -17,6 +17,7 @@ import yaml
from wakeonlan import send_magic_packet from wakeonlan import send_magic_packet
pid = os.getpid() pid = os.getpid()
host = platform.node().lower() host = platform.node().lower()
#input(host) #input(host)
cmnd = "ps -ef|grep omv_backups.py|grep -v grep |grep -v {}|wc -l".format(pid) cmnd = "ps -ef|grep omv_backups.py|grep -v grep |grep -v {}|wc -l".format(pid)