From 364185bee5b01c863035bf5c4c12c658ddf99118 Mon Sep 17 00:00:00 2001 From: stahlz Date: Wed, 1 Oct 2025 17:01:29 +0000 Subject: [PATCH] Update unifi_reboot.py --- unifi_reboot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/unifi_reboot.py b/unifi_reboot.py index f5c23ee..942bfb1 100644 --- a/unifi_reboot.py +++ b/unifi_reboot.py @@ -6,7 +6,9 @@ import sys # File with device list: "ip user password" DEVICE_LIST = "unifi-devices.txt" LOGFILE = "unifi-reboot.log" -REBOOT_CMD = "/sbin/reboot" +#REBOOT_CMD = "/sbin/reboot" +REBOOT_CMD = "ls -al" + def log(message): timestamp = datetime.datetime.now().strftime("[%Y-%m-%d %H:%M:%S]")