1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-26 05:27:29 +02:00

Merge pull request #1538 from tsujamin/update.sh-ininite-loop-fix

Fix infinite loop when parsing update.sh arguments
This commit is contained in:
André Peters 2018-07-05 00:00:53 +02:00 committed by GitHub
commit 4a3de27bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ while (($#)); do
MERGE_STRATEGY=ours MERGE_STRATEGY=ours
;; ;;
esac esac
shift
done done
[[ ! -f mailcow.conf ]] && { echo "mailcow.conf is missing"; exit 1;} [[ ! -f mailcow.conf ]] && { echo "mailcow.conf is missing"; exit 1;}