From cbe7d7c57830aad3c511cd76ae2a4feecbba6340 Mon Sep 17 00:00:00 2001 From: andryyy Date: Tue, 25 Feb 2020 18:45:44 +0100 Subject: [PATCH] [Update] Add --skip-start desc --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 419c36b3..4ba753a9 100755 --- a/update.sh +++ b/update.sh @@ -134,11 +134,12 @@ while (($#)); do exit 0 ;; --help|-h) - echo './update.sh [-c|--check, --ours, --gc, -h|--help] + echo './update.sh [-c|--check, --ours, --gc, --skip-start, -h|--help] -c|--check - Check for updates and exit (exit codes => 0: update available, 3: no updates) --ours - Use merge strategy "ours" to solve conflicts in favor of non-mailcow code (local changes) --gc - Run garbage collector to delete old image tags + --skip-start - Do not start mailcow after update ' exit 1 esac