mirror of
				https://ceregatti.org/git/daniel/dayzdockerserver.git
				synced 2025-11-04 07:13:34 +00:00 
			
		
		
		
	Fix status output formatting and text.
This commit is contained in:
		
							parent
							
								
									cd3d884a9e
								
							
						
					
					
						commit
						24ee9b965b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -301,9 +301,10 @@ Version: ${VERSION}"
 | 
				
			||||||
	MODS=$(list)
 | 
						MODS=$(list)
 | 
				
			||||||
	if [[ ${MODS} == "" ]]
 | 
						if [[ ${MODS} == "" ]]
 | 
				
			||||||
	then
 | 
						then
 | 
				
			||||||
		echo -ne "${red}none${default}"
 | 
							echo -ne "Mods: ${red}none${default}"
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
	echo -e "${MODS}"
 | 
						echo -e "${MODS}"
 | 
				
			||||||
 | 
						echo
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
map(){
 | 
					map(){
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue