mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 06:00:18 +01:00 
			
		
		
		
	fix: add nngm to bridgehead script
This commit is contained in:
		@@ -44,6 +44,9 @@ case "$PROJECT" in
 | 
			
		||||
	dhki)
 | 
			
		||||
		#nothing extra to do
 | 
			
		||||
		;;
 | 
			
		||||
	nngm)
 | 
			
		||||
		#nothing extra to do
 | 
			
		||||
		;;
 | 
			
		||||
	minimal)
 | 
			
		||||
		#nothing extra to do
 | 
			
		||||
		;;
 | 
			
		||||
 
 | 
			
		||||
@@ -54,7 +54,7 @@ checkOwner(){
 | 
			
		||||
 | 
			
		||||
printUsage() {
 | 
			
		||||
	echo "Usage: bridgehead start|stop|logs|docker-logs|is-running|update|check|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() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user