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:
parent
48131599bb
commit
8f466c1919
1 changed files with 2 additions and 0 deletions
2
stop.sh
2
stop.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue