bash scriptname

This commit is contained in:
Heavybullets8 2022-06-13 13:56:26 -06:00
parent bbb6428466
commit e4dd02a784

View File

@ -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