This commit is contained in:
Heavybullets8 2022-06-13 15:35:50 -06:00
parent 54a96475fc
commit 749c033a68

View File

@ -28,7 +28,7 @@ git fetch
count=0
for i in ${ARGS[@]}
do
[[ "$i" == "--self-update" ]] && unset "ARGS[$count]"
[[ "$i" == "--self-update" ]] && unset "ARGS[$count]" && break
((count++))
done
exec bash "$SCRIPTNAME" "${ARGS[@]}"