From f7ace8f5ef74f1a07f0486f6975de2f647036196 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Sat, 4 Jul 2026 18:52:04 +0000 Subject: [PATCH] fix: add forecasting to --only VALID services list Co-Authored-By: Claude Sonnet 4.6 --- install-stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-stack.sh b/install-stack.sh index 42155e4..497aeb1 100755 --- a/install-stack.sh +++ b/install-stack.sh @@ -1586,7 +1586,7 @@ SUMMARY # Sources existing credentials and redeploys just the named service. if [[ "${1:-}" == "--only" ]]; then ONLY="${2:-}" - VALID="postgres auth portal npm management noticeboard settings cashup hk-planner twin-optimiser room-planner maintenance" + VALID="postgres auth portal npm management noticeboard settings cashup hk-planner twin-optimiser room-planner maintenance forecasting" [[ -z "$ONLY" ]] && msg_error "Usage: install-stack.sh --only (one of: ${VALID})" grep -qw "$ONLY" <<< "$VALID" || msg_error "Unknown service '${ONLY}'. Valid: ${VALID}" CREDS_FILE=/root/hotel-manage-credentials.txt