mirror of
				https://github.com/byReqz/status.git
				synced 2025-11-04 08:41:31 +00:00 
			
		
		
		
	finishing touches
This commit is contained in:
		@@ -43,9 +43,10 @@ function get_ping {
 | 
				
			|||||||
		ping_ms=""
 | 
							ping_ms=""
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
	ping_results=""$ping_results"
 | 
						ping_results=""$ping_results"
 | 
				
			||||||
$(printf "%-50s%s\n" ["$p]" "$ping_reach""$ping_ms")"
 | 
					 $(printf "%-50s%s\n" ["$p"] "$ping_reach""$ping_ms")"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					printf [--------------------------------------------------------------------]
 | 
				
			||||||
if [[ "$ping_hosts" != "none" ]];then
 | 
					if [[ "$ping_hosts" != "none" ]];then
 | 
				
			||||||
	for p in "${ping_hosts[@]}";do
 | 
						for p in "${ping_hosts[@]}";do
 | 
				
			||||||
		get_ping
 | 
							get_ping
 | 
				
			||||||
@@ -58,3 +59,4 @@ if [[ "$http_hosts" != "none" ]];then
 | 
				
			|||||||
	done
 | 
						done
 | 
				
			||||||
	echo -e "$http_results"
 | 
						echo -e "$http_results"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					echo [--------------------------------------------------------------------]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user