This commit is contained in:
Heavybullets8 2022-06-13 15:59:08 -06:00
parent 97b0236def
commit 27516ff497

View File

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