1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 18:06:01 +00:00

Refactor: update.sh script with --help should exit with status code 0

This commit is contained in:
Hassan A Hashim
2024-08-07 14:57:36 +03:00
parent fd927853cb
commit 2fe21e9641

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