Fix start script missing file

This commit is contained in:
Nicolas Meienberger 2022-05-17 13:04:17 +02:00
parent 2fa62eb835
commit 5814440f98

View file

@ -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..."