mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-08-01 22:44:41 +00:00
Fix: Escape a ' character in update.sh (#6034)
This commit is contained in:
parent
567ebbc324
commit
bb7fd483f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue