Reboot Unifi AP’s from controller

#!/bin/bash ####################################################################### # A simple script for remotely rebooting a Ubiquiti UniFi access point # https://github.com/stevejenkins/unifi-linux-utils # https://github.com/stevejenkins/unifi-linux-utils/blob/master/uap_reboot.sh # Version 2.3 (Mar 28, 2018) # by Steve Jenkins (http://www.stevejenkins.com/) # # Requires bash and sshpass (https://sourceforge.net/projects/sshpass/) # which should be available via dnf, yum, or apt on your *nix distro. # # apt install bash […]