Public Access
Update unifi_reboot.py
This commit is contained in:
+2
-2
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user