From 96c0fbe78fa6ff673a18c46d5fbb16f0e2f2eb07 Mon Sep 17 00:00:00 2001 From: "andre.peters" Date: Thu, 1 Feb 2018 21:51:23 +0100 Subject: [PATCH] [Update] Remove dc_params --- update.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/update.sh b/update.sh index 788b9e82..37acbdce 100755 --- a/update.sh +++ b/update.sh @@ -8,7 +8,6 @@ set -o pipefail export LC_ALL=C DATE=$(date +%Y-%m-%d_%H_%M_%S) BRANCH=$(git rev-parse --abbrev-ref HEAD) -declare -a DC_PARAMS while (($#)); do case "${1}" in @@ -23,9 +22,6 @@ while (($#)); do exit 3 fi ;; - --no-start) - DC_PARAMS=(${DC_PARAMS[@]} "--no-start") - ;; --ours) MERGE_STRATEGY=ours ;; @@ -198,7 +194,7 @@ cp -n data/assets/ssl-example/*.pem data/assets/ssl/ echo -e "\e[32mStarting mailcow...\e[0m" sleep 2 -docker-compose up -d --remove-orphans ${DC_PARAMS[@]} +docker-compose up -d --remove-orphans echo -e "\e[32mCollecting garbage...\e[0m" IMGS_TO_DELETE=()