Ver código fonte

Fix start script missing file

Nicolas Meienberger 3 anos atrás
pai
commit
5814440f98
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      scripts/start.sh

+ 0 - 1
scripts/start.sh

@@ -109,7 +109,6 @@ for template in "${ENV_FILE}"; do
 done
 
 mv -f "$ENV_FILE" "$ROOT_FOLDER/.env"
-mv -f "$ENV_FILE_SYSTEM_API" "$ROOT_FOLDER/packages/system-api/.env"
 
 # Run system-info.sh
 echo "Running system-info.sh..."