From aeeac63e1fb832ee6f997a806558e042b9c2bd3f Mon Sep 17 00:00:00 2001 From: milkmaker Date: Tue, 20 Aug 2024 14:22:51 +0200 Subject: [PATCH] Fix: Escape a `'` character in `update.sh` (#6034) (#6035) Co-authored-by: Hassan A Hashim --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 1f61ba995..dcc2020eb 100755 --- a/update.sh +++ b/update.sh @@ -404,7 +404,7 @@ while (($#)); do --nightly - Switch your mailcow updates to the unstable (nightly) branch. FOR TESTING PURPOSES ONLY!!!! --prefetch - Only prefetch new images and exit (useful to prepare updates) --skip-start - Do not start mailcow after update - --skip-ping-check - Skip ICMP Check to public DNS resolvers (Use it only if you've blocked any ICMP Connections to your mailcow machine) + --skip-ping-check - Skip ICMP Check to public DNS resolvers (Use it only if you'\''ve blocked any ICMP Connections to your mailcow machine) --stable - Switch your mailcow updates to the stable (master) branch. Default unless you changed it with --nightly. -f|--force - Force update, do not ask questions -d|--dev - Enables Developer Mode (No Checkout of update.sh for tests)