fixed a conditional
This commit is contained in:
		
							parent
							
								
									7e87546523
								
							
						
					
					
						commit
						3273ac3e5b
					
				@ -548,7 +548,7 @@ function run_installer()
 | 
			
		||||
 | 
			
		||||
	function linux_rocksdb_installer()
 | 
			
		||||
	{
 | 
			
		||||
		if [[ $isUbuntu1404 ]]; then
 | 
			
		||||
		if [[ $isUbuntu1404 == true ]]; then
 | 
			
		||||
			ubuntu1404_rocksdb_installer
 | 
			
		||||
		else
 | 
			
		||||
			oldpwd=`pwd`
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user