From 30648a8fd63ff8da4c638189919c5fac44853c74 Mon Sep 17 00:00:00 2001 From: David Juarez Date: Fri, 12 Sep 2025 15:06:46 +0200 Subject: [PATCH] fix: add nngm to bridgehead script --- bridgehead | 3 +++ lib/functions.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bridgehead b/bridgehead index 1951a7f..911e083 100755 --- a/bridgehead +++ b/bridgehead @@ -44,6 +44,9 @@ case "$PROJECT" in dhki) #nothing extra to do ;; + nngm) + #nothing extra to do + ;; minimal) #nothing extra to do ;; diff --git a/lib/functions.sh b/lib/functions.sh index 12308c0..1389d7d 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -54,7 +54,7 @@ checkOwner(){ printUsage() { echo "Usage: bridgehead start|stop|logs|docker-logs|is-running|update|install|uninstall|adduser|enroll PROJECTNAME" - echo "PROJECTNAME should be one of ccp|bbmri|cce|itcc|kr|dhki" + echo "PROJECTNAME should be one of ccp|bbmri|cce|itcc|kr|dhki|nngm" } checkRequirements() {