forked from ungleich-public/cdist
		
	Detect owl
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								7b39169e3e
							
						
					
				
			
			
				commit
				
					
						a5bfd41195
					
				
			
		
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -65,6 +65,11 @@ if [ -f /etc/SuSE-release ]; then
 | 
				
			||||||
   exit 0
 | 
					   exit 0
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if uname -r | grep -s '.owl' >/dev/null 2>&1; then
 | 
				
			||||||
 | 
					   echo owl
 | 
				
			||||||
 | 
					   exit 0
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ -f /etc/cdist-preos ]; then
 | 
					if [ -f /etc/cdist-preos ]; then
 | 
				
			||||||
   echo preos
 | 
					   echo preos
 | 
				
			||||||
   exit 0
 | 
					   exit 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue