Browse Source

refactor: remove useless part of start script [skip ci]

Nicolas Meienberger 2 years ago
parent
commit
f5d1bb13a9
1 changed files with 0 additions and 8 deletions
  1. 0 8
      scripts/start.sh

+ 0 - 8
scripts/start.sh

@@ -146,14 +146,6 @@ echo "Running system-info.sh..."
 kill_watcher
 "${ROOT_FOLDER}/scripts/watcher.sh" &
 
-# Copy the config sample if it isn't here
-if [[ ! -f "${STATE_FOLDER}/apps.json" ]]; then
-  cp "${ROOT_FOLDER}/templates/config-sample.json" "${STATE_FOLDER}/config.json"
-fi
-
-export DOCKER_CLIENT_TIMEOUT=240
-export COMPOSE_HTTP_TIMEOUT=240
-
 echo "Generating config files..."
 # Override vars with values from settings.json
 if [[ -f "${STATE_FOLDER}/settings.json" ]]; then