@@ -733,7 +733,7 @@ postrun_action() {
FOUND="false"
i="0"
while FOUND="false"; do
while [[ "${FOUND}" == "false" ]]; do
if ping -c1 -W1 $HOME_SERVER_IP >/dev/null 2>&1; then
FOUND="true"
echo -e "\n✅ Ping ${HOME_SERVER_IP} successful ! Continuing..."
The note is not visible to the blocked user.