Browse Source

fix: correct config file

master
Dennis Buchhorn 3 years ago
parent
commit
e8f9d5402a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup

+ 1
- 0
setup View File

@ -56,6 +56,7 @@ if [ $CONFIG_EXISTS == "false" ] || [ $USE_EXISTING_CONFIG == "n" ]; then
rm -f config rm -f config
touch config touch config
echo "TYPO3_IMAGE="$TYPO3_IMAGE >> config
echo "TYPO3_VERSION="$TYPO3_VERSION >> config echo "TYPO3_VERSION="$TYPO3_VERSION >> config
echo "TYPO3_HOST_IP_ADDRESS="$TYPO3_HOST_IP_ADDRESS >> config echo "TYPO3_HOST_IP_ADDRESS="$TYPO3_HOST_IP_ADDRESS >> config
echo "TYPO3_HOST_PORT="$TYPO3_HOST_PORT >> config echo "TYPO3_HOST_PORT="$TYPO3_HOST_PORT >> config


Loading…
Cancel
Save