scripts: add warning to stop.sh

In case jekyll is not installed



git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@7 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
bevilj 2018-10-31 08:44:21 +00:00
parent 65444d1bcc
commit 09c014f6cb
1 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@
if which jekyll 2>/dev/null 1>/dev/null; then
pkill -f jekyll
else
echo "Jekyll not found, please install it by running the build.sh script"
fi