This commit is contained in:
Heavybullets8 2022-06-13 15:16:40 -06:00
parent 41f49eb4ff
commit 113fc93d91

View File

@ -23,7 +23,7 @@ git fetch
git checkout $BRANCH git checkout $BRANCH
git pull --force git pull --force
echo "Running the new version..." echo "Running the new version..."
exec bash "$SCRIPTNAME" "${ARGS[@]/[[:space:]]?--self-update[[:space:]]?}" exec bash "$SCRIPTNAME" "${ARGS[@]//[[:space:]]?--self-update[[:space:]]?}"
# Now exit this old instance # Now exit this old instance
exit 1 exit 1