diff --git a/update.sh b/update.sh index e83a473f..88903ad0 100755 --- a/update.sh +++ b/update.sh @@ -28,6 +28,7 @@ while (($#)); do MERGE_STRATEGY=ours ;; esac + shift done [[ ! -f mailcow.conf ]] && { echo "mailcow.conf is missing"; exit 1;}