kstamand
Regular Contributor
This could lead to problems later on because the current update process downloads the new files, but then continues running the “old” script to do the install, instead of invoking the new scrip
Thanks for the pointer, I didn’t know how to accomplish what @jksmurf was asking. Would using >> exec "$0" "$@" << after the update accomplish the same thing?