From 3b44a8adb78d747d82892167f540e4d03d743764 Mon Sep 17 00:00:00 2001 From: stahlz Date: Tue, 30 Sep 2025 19:39:14 +0000 Subject: [PATCH] Update unifi_reboot.py --- unifi_reboot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):