Merge pull request #5991 from h3ssan/refactor/update-script-help-exit

Refactor: `update.sh` script with `--help` should exit with status code 0
This commit is contained in:
Niklas Meyer 2024-08-07 14:03:32 +02:00 committed by GitHub
commit 76194be7dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -409,7 +409,7 @@ while (($#)); do
-f|--force - Force update, do not ask questions
-d|--dev - Enables Developer Mode (No Checkout of update.sh for tests)
'
exit 1
exit 0
esac
shift
done