From e4dd02a78429e33af50044c5baf00781e49b480c Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Mon, 13 Jun 2022 13:56:26 -0600 Subject: [PATCH] bash scriptname --- heavy_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heavy_script.sh b/heavy_script.sh index a9240fd1..813f2910 100644 --- a/heavy_script.sh +++ b/heavy_script.sh @@ -20,7 +20,7 @@ git fetch git checkout $BRANCH git pull --force echo "Running the new version..." - exec "$SCRIPTNAME" "$ARGS" + exec bash "$SCRIPTNAME" "$ARGS" # Now exit this old instance exit 1