Add restart warning after update

This commit is contained in:
kjeld Schouten-Lebbing
2020-04-26 14:53:59 +02:00
parent 3193319d2c
commit 839abbe8ff
+1 -1
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"