Skip to content

Commit

Permalink
Updated checkHTML to give a more accurate error when trying to `npm r…
Browse files Browse the repository at this point in the history
…un test` when the server is not runing.
  • Loading branch information
zoltan-dulac committed Nov 17, 2022
1 parent 917f2bc commit 5293f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/checkHTML
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fi
A=`lynx -dump $PROJECT_URL`
if [ "$?" != "0" ]
then
echo "You need to turn on your apache server that has ENABLE on it."
echo "You need to do a `npm run server` in anothe shell before you run this target."
exit 3
fi

Expand Down

0 comments on commit 5293f2e

Please sign in to comment.