Update unifi_reboot.py

This commit is contained in:
2025-09-30 19:39:14 +00:00
parent ae241b4812
commit 3b44a8adb7
+2 -2
View File
@@ -4,8 +4,8 @@ import datetime
import sys import sys
# File with device list: "ip user password" # File with device list: "ip user password"
DEVICE_LIST = "/usr/local/etc/unifi-devices.txt" DEVICE_LIST = "unifi-devices.txt"
LOGFILE = "/var/log/unifi-reboot.log" LOGFILE = "unifi-reboot.log"
REBOOT_CMD = "/sbin/reboot" REBOOT_CMD = "/sbin/reboot"
def log(message): def log(message):