mirror of
				https://github.com/vmstan/gravity-sync.git
				synced 2025-11-04 01:26:59 -05:00 
			
		
		
		
	making it specific
This commit is contained in:
		
							parent
							
								
									2d7fa277ad
								
							
						
					
					
						commit
						70da7aad14
					
				@ -1395,7 +1395,7 @@ function config_generate {
 | 
			
		||||
	read INPUT_PING_AVOID
 | 
			
		||||
	INPUT_PING_AVOID="${INPUT_PING_AVOID:-Y}"
 | 
			
		||||
 | 
			
		||||
	if [ "${INPUT_PING_AVOID}" != "Yes" ] || [ "${INPUT_PING_AVOID}" != "yes" ] || [ "${INPUT_PING_AVOID}" != "Y" ] || [ "${INPUT_PING_AVOID}" != "y" ]
 | 
			
		||||
	if [ "${INPUT_PING_AVOID}" != "Y" ]
 | 
			
		||||
	then
 | 
			
		||||
		MESSAGE="Saving Ping Avoidance to ${CONFIG_FILE}"
 | 
			
		||||
		echo_stat
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user