fix: add nngm to bridgehead script

This commit is contained in:
David Juarez
2025-09-12 15:06:46 +02:00
parent 1a37930ec9
commit 30648a8fd6
2 changed files with 4 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ case "$PROJECT" in
dhki)
#nothing extra to do
;;
nngm)
#nothing extra to do
;;
minimal)
#nothing extra to do
;;

View File

@@ -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() {