Add restart warning after update

This commit is contained in:
kjeld Schouten-Lebbing 2020-04-06 23:40:09 +02:00
parent 3193319d2c
commit 839abbe8ff

View File

@ -31,7 +31,7 @@ then
git reset --hard git reset --hard
git checkout $1 git checkout $1
git pull git pull
echo "script updated" echo "script updated, please restart the script manually"
exit 1 exit 1
else else
echo "script up-to-date" echo "script up-to-date"