This commit is contained in:
Heavybullets8 2022-06-13 14:45:11 -06:00
parent 1713d19528
commit c7f594b63b

View File

@ -22,7 +22,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[@]/\ \-\-self\-update\ }" exec bash "$SCRIPTNAME" "${ARGS[@]/[\ ]\-\-self\-update[\ ]}"
# Now exit this old instance # Now exit this old instance
exit 1 exit 1