forked from toolshed/abra
		
	Fix status header
This commit is contained in:
		
							
								
								
									
										2
									
								
								abra
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								abra
									
									
									
									
									
								
							@ -475,7 +475,7 @@ sub_app_list (){
 | 
			
		||||
  for i in "${!ENV_FILES[@]}"; do
 | 
			
		||||
    # Output header inside the loop, so it's included in the pipe to `column`
 | 
			
		||||
    if [ "$i" == 0 ]; then
 | 
			
		||||
      printf "  DOMAIN\tAPP\tSERVER%s%s\n" "${STATUS:+	}" "${STATUS}"
 | 
			
		||||
      printf "  DOMAIN\tAPP\tSERVER%s%s\n" "${STATUS:+	}" "${STATUS:+STATUS}"
 | 
			
		||||
      printf "  --\t--\t--%s\n" "${STATUS:+	--}"
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user