From 5332f1449da2e2c5456979fd27220de68d75c140 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Fri, 3 Jul 2026 13:11:00 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20NEWBOOK=5FLOCATION=5FID=20from?= =?UTF-8?q?=20room-planner=20deploy=20=E2=80=94=20not=20needed=20for=20sin?= =?UTF-8?q?gle-property=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- install-stack.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install-stack.sh b/install-stack.sh index 726c653..6e98909 100755 --- a/install-stack.sh +++ b/install-stack.sh @@ -1107,10 +1107,6 @@ deploy_room_planner() { msg_info "Deploying room-planner" deploy_service 120 "room-planner" "${REPO_ROOT}/room-planner" /opt/room-planner - # NEWBOOK_LOCATION_ID is the NewBook property location ID — set in credentials file if known - local nb_location="${NEWBOOK_LOCATION_ID:-}" - [[ -z "$nb_location" ]] && msg_warn "NEWBOOK_LOCATION_ID not set — add it to /opt/room-planner/.env on LXC 120" - push_file 120 /opt/room-planner/.env <