This commit is contained in:
Heavybullets8 2022-06-13 14:13:17 -06:00
parent 69393bab6b
commit d2d5f6f7ae

View File

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