From e8f9d5402a14ea3ff44b76bf5b8f849d2ed9f7a7 Mon Sep 17 00:00:00 2001 From: Dennis Buchhorn Date: Mon, 18 Oct 2021 11:50:56 +0200 Subject: [PATCH] fix: correct config file --- setup | 1 + 1 file changed, 1 insertion(+) diff --git a/setup b/setup index 8b0f8a9..bbbae75 100755 --- a/setup +++ b/setup @@ -56,6 +56,7 @@ if [ $CONFIG_EXISTS == "false" ] || [ $USE_EXISTING_CONFIG == "n" ]; then rm -f config touch config + echo "TYPO3_IMAGE="$TYPO3_IMAGE >> config echo "TYPO3_VERSION="$TYPO3_VERSION >> config echo "TYPO3_HOST_IP_ADDRESS="$TYPO3_HOST_IP_ADDRESS >> config echo "TYPO3_HOST_PORT="$TYPO3_HOST_PORT >> config