diff --git a/unifi_reboot.py b/unifi_reboot.py index 20ae34c..f5c23ee 100644 --- a/unifi_reboot.py +++ b/unifi_reboot.py @@ -4,8 +4,8 @@ import datetime import sys # File with device list: "ip user password" -DEVICE_LIST = "/usr/local/etc/unifi-devices.txt" -LOGFILE = "/var/log/unifi-reboot.log" +DEVICE_LIST = "unifi-devices.txt" +LOGFILE = "unifi-reboot.log" REBOOT_CMD = "/sbin/reboot" def log(message):