Add --skip-start

Dieser Commit ist enthalten in:
andryyy 2020-02-11 11:25:14 +01:00
Ursprung fee7cc1631
Commit ee781d9f07
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 8EC34FF2794E25EF

Datei anzeigen

@ -16,14 +16,19 @@ Some minor conflicts will be auto-corrected (in favour for the mailcow: dockeriz
### Options
```
# Check for updates
# Options can be combined
# - Check for updates
./update.sh --check
# Update with merge strategy "ours" instead of "theirs"
# This will merge in favor for your local changes.
# - Do not start mailcow after applying an update
./update.sh --skip-start
# - Update with merge strategy "ours" instead of "theirs"
# This will merge in favor for your local changes.
./update.sh --ours
# Don't update, but prefetch images and exit
# - Don't update, but prefetch images and exit
./update.sh --prefetch
```