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
							
								
									24ee9b965b
								
							
						
					
					
						commit
						dd1be5e89f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -582,6 +582,7 @@ status(){
 | 
				
			||||||
	# Map
 | 
						# Map
 | 
				
			||||||
	MAP=${MAP}
 | 
						MAP=${MAP}
 | 
				
			||||||
	# Number of mods plus the list denoting on or off
 | 
						# Number of mods plus the list denoting on or off
 | 
				
			||||||
 | 
						echo
 | 
				
			||||||
	echo -ne "Server files installed: ${INSTALLED}"
 | 
						echo -ne "Server files installed: ${INSTALLED}"
 | 
				
			||||||
	if [[ "${INSTALLED}" = "${NO}" ]]
 | 
						if [[ "${INSTALLED}" = "${NO}" ]]
 | 
				
			||||||
	then
 | 
						then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue