Fix wrong exit in autoinstall/before.sh
This commit is contained in:
		
							parent
							
								
									7934e32b27
								
							
						
					
					
						commit
						056b7fc89e
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -5,7 +5,7 @@ action=${action:?}
 | 
			
		|||
# if action is run or completions, do nothing
 | 
			
		||||
if [ "$action" = "run" ] || [ "$action" = "completions" ]
 | 
			
		||||
then
 | 
			
		||||
	exit 0
 | 
			
		||||
	return
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
clean=${args[--clean]:-}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue