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 checkout $1
git pull
echo "script updated"
echo "script updated, please restart the script manually"
exit 1
else
echo "script up-to-date"