diff --git a/testWeb.sh b/testWeb.sh index a49ea35..11016c4 100755 --- a/testWeb.sh +++ b/testWeb.sh @@ -6,5 +6,6 @@ curl ${url} -I -o headers -s reponse=$(cat headers | head -n 1 | cut '-d ' '-f2') if [ $reponse == "200" ] then + echo "SUCCESS" exit 0 fi