Explorar o código

[Update] Add --skip-start desc

andryyy %!s(int64=5) %!d(string=hai) anos
pai
achega
cbe7d7c578
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      update.sh

+ 2 - 1
update.sh

@@ -134,11 +134,12 @@ while (($#)); do
       exit 0
       exit 0
     ;;
     ;;
     --help|-h)
     --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)
   -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)
   --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
   --gc         -   Run garbage collector to delete old image tags
+  --skip-start -   Do not start mailcow after update
 '
 '
     exit 1
     exit 1
   esac
   esac