|  | @@ -223,6 +223,7 @@ function restore_local_htmly {
 | 
	
		
			
			| 223 | 223 |      if [ $HTMLY_DOMAIN_NAME ]; then
 | 
	
		
			
			| 224 | 224 |          echo $"Restoring htmly installation"
 | 
	
		
			
			| 225 | 225 |          temp_restore_dir=/root/temphtmly
 | 
	
		
			
			|  | 226 | +        restore_directory_from_usb $temp_restore_dir blog
 | 
	
		
			
			| 226 | 227 |          restore_directory_from_usb $temp_restore_dir htmly
 | 
	
		
			
			| 227 | 228 |          rm -rf /var/www/${HTMLY_DOMAIN_NAME}/htdocs
 | 
	
		
			
			| 228 | 229 |          cp -r $temp_restore_dir/var/www/${HTMLY_DOMAIN_NAME}/htdocs /var/www/${HTMLY_DOMAIN_NAME}/
 |