From 839abbe8ff73baed2e0c1e53b763b1a3d468211a Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 6 Apr 2020 23:40:09 +0200 Subject: [PATCH] Add restart warning after update --- global.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.sh b/global.sh index f59ca2b6..1c01e980 100755 --- a/global.sh +++ b/global.sh @@ -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"