From 0f503cbe6e6de72c37a68c8b3604170b0e1da62d Mon Sep 17 00:00:00 2001 From: Steve Jenkins Date: Tue, 10 Jan 2017 13:18:52 -0700 Subject: [PATCH] Update uap_reboot.sh --- uap_reboot.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uap_reboot.sh b/uap_reboot.sh index d7d178e..050462c 100644 --- a/uap_reboot.sh +++ b/uap_reboot.sh @@ -1,17 +1,17 @@ #!/bin/sh # A simple script for remotely rebooting a Ubiquiti UniFi access point -# Version 2.0 (Jan 10, 2017) +# Version 2.1 (Jan 10, 2017) # by Steve Jenkins (http://www.stevejenkins.com/) # Requires sshpass (https://sourceforge.net/projects/sshpass/) which # is probably available via dnf, yum, or apt on your *nix distro. # USAGE -# Update the user-configurable settings below, then run ./uap-reboot.sh from +# Update the user-configurable settings below, then run ./uap_reboot.sh from # the command line. To reboot on a schedule, create a cronjob such as: -# 45 3 * * * /usr/local/bin/uap-reboot.sh > /dev/null 2>&1 #Reboot UniFi AP -# The above example will reboot the UniFi access point every morning at 3:45 AM. +# 45 3 * * * /usr/local/bin/uap_reboot.sh > /dev/null 2>&1 #Reboot UniFi APs +# The above example will reboot the UniFi access point(s) every morning at 3:45 AM. # USER-CONFIGURABLE SETTINGS username=ubnt