1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-21 17:16:54 +02: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
No known key found for this signature in database

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