This commit is contained in:
Heavybullets8 2022-06-13 14:43:16 -06:00
parent 5f40b315f2
commit 70f5388b7d

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