diff --git a/build-felhom-controller.sh b/build-felhom-controller.sh index a37572c..0b19911 100644 --- a/build-felhom-controller.sh +++ b/build-felhom-controller.sh @@ -16,7 +16,7 @@ set -euo pipefail # --- Configuration (edit these if your paths differ) --- -REPO_DIR="/home/kisfenyo/git/deploy-felhom-compose" +REPO_DIR="/home/kisfenyo/git/felhom-controller" CONTROLLER_SRC="${REPO_DIR}/controller" WEBSITE_ASSETS_DIR="/home/kisfenyo/git/felhom.eu/website/assets" REGISTRY="gitea.dooplex.hu/admin" @@ -40,7 +40,7 @@ step() { echo -e "${CYAN}[STEP]${NC} $*"; } # --- Pre-flight checks --- if [[ ! -d "${CONTROLLER_SRC}" ]]; then error "Controller source not found: ${CONTROLLER_SRC}" - error "Clone the repo first: git clone https://gitea.dooplex.hu/admin/deploy-felhom-compose.git ${REPO_DIR}" + error "Clone the repo first: git clone https://gitea.dooplex.hu/admin/felhom-controller.git ${REPO_DIR}" exit 1 fi