This commit is contained in:
Heavybullets8 2022-06-13 14:46:32 -06:00
parent b6b7f18f14
commit a17d0a0faa

View File

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