@@ -0,0 +1,11 @@
#!/bin/bash
CURL='/usr/bin/curl'
URL='https://verify.rest/ping'
RESP="$($CURL $CURLARGS $URL)"
if [ $RESP = "Pong" ]
then
echo "Application is running"
else
cd /home/verify/public_html && make start
fi
The note is not visible to the blocked user.