diff --git a/scripts/80-app.sh b/scripts/80-app.sh index 0d90928..cbc68ed 100644 --- a/scripts/80-app.sh +++ b/scripts/80-app.sh @@ -7,7 +7,7 @@ mkdir -p "$(dirname "$APP_DIR")" chown -R "$APP_USER":"$APP_GROUP" "$(dirname "$APP_DIR")" # Repo holen oder Laravel anlegen – passe GIT_REPO/GIT_BRANCH bei Bedarf an -GIT_REPO="${GIT_REPO:-https://example.com/your-repo-placeholder.git}" +GIT_REPO="${GIT_REPO:-https://git.nexlab.at/boban/mailwolt.git}" GIT_BRANCH="${GIT_BRANCH:-main}" if [[ "${GIT_REPO}" == "https://example.com/your-repo-placeholder.git" ]]; then