mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-11-04 02:01:30 +01:00 
			
		
		
		
	Allow v0.6.0 on UNIX
This commit is contained in:
		
							parent
							
								
									bc15ea5c15
								
							
						
					
					
						commit
						f15ffbb5e4
					
				@ -35,7 +35,8 @@ fi
 | 
			
		||||
 | 
			
		||||
#check node version
 | 
			
		||||
NODE_VERSION=$(node --version)
 | 
			
		||||
if [ ! $(echo $NODE_VERSION | cut -d "." -f 1-2) = "v0.8" ]; then
 | 
			
		||||
node_v_minor=$(echo $NODE_VERSION | cut -d "." -f 1-2)
 | 
			
		||||
if [ ! node_v_minor = "v0.8" ] || [ ! node_v_minor = "v0.6"]; then
 | 
			
		||||
  echo "You're running a wrong version of node, you're using $NODE_VERSION, we need v0.8.x" >&2
 | 
			
		||||
  exit 1 
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user