This commit is contained in:
2025-06-03 20:56:44 -05:00
parent 76f659f45e
commit ed5c0e25a2
2 changed files with 1 additions and 3 deletions

2
run.sh
View File

@@ -67,7 +67,7 @@ if [ "${1}" == "update" ]; then
fi
if [ "${2}" == "-a" ] || [ "${2}" == "all" ]; then
echo -e "${idsCL[White]}Updating the Offsite Monitor...${idsCL[Default]}"
ssh root@${PW_OFFSITE_MONITOR} "pw update"
${SSHCMD} root@${PW_OFFSITE_MONITOR} "pw update"
fi
else