Update offsite-power-check.sh

This commit is contained in:
2023-12-11 10:51:15 -06:00
parent 0675858c60
commit 506c4f0298

View File

@@ -25,6 +25,10 @@ RENOTIFY_LOWPOWER=10 #minutes
PW_OFFSITEHOSTS="10.2.1.11"
# PW_OFFSITEHOSTS="10.2.1.11 10.2.1.12"
for host in ${PW_OFFSITEHOSTS}; do
echo "H: ${host}"
done
# TEST=true
TEST=full
if [ "${TEST}" != "" ]; then