This commit is contained in:
Heavybullets8 2022-06-13 15:56:50 -06:00
parent 7f99e9e46e
commit 799629013b

View File

@ -23,7 +23,7 @@ git fetch &> /dev/null
[[ "$i" == "--self-update" ]] && unset "args[$count]" && break [[ "$i" == "--self-update" ]] && unset "args[$count]" && break
((count++)) ((count++))
done done
exec bash "$SCRIPTNAME" "${args[@]}" bash "$SCRIPTNAME" "${args[@]}"
# Now exit this old instance # Now exit this old instance
exit 1 exit 1