mirror of
				https://github.com/vmstan/gravity-sync.git
				synced 2025-11-04 01:26:59 -05:00 
			
		
		
		
	Fix restore of custom.list
This commit is contained in:
		
							parent
							
								
									6015bb1972
								
							
						
					
					
						commit
						7ea83a607b
					
				@ -387,7 +387,7 @@ function restore_gs {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	if [ "$SKIP_CUSTOM" != '1' ]
 | 
						if [ "$SKIP_CUSTOM" != '1' ]
 | 
				
			||||||
	then	
 | 
						then	
 | 
				
			||||||
		if [ "$REMOTE_CUSTOM_DNS" == "1" ]
 | 
							if [ -f $HOME/${LOCAL_FOLDR}/${BACKUP_FOLD}/${CUSTOM_DNS}.backup ]
 | 
				
			||||||
		then
 | 
							then
 | 
				
			||||||
			MESSAGE="Restoring ${CUSTOM_DNS} on $HOSTNAME"
 | 
								MESSAGE="Restoring ${CUSTOM_DNS} on $HOSTNAME"
 | 
				
			||||||
			echo_stat
 | 
								echo_stat
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user