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 <