remove possibly descructive commands
This commit is contained in:
		
							parent
							
								
									f68f061db5
								
							
						
					
					
						commit
						2c3a0864da
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -25,7 +25,7 @@ prompt_password() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
# Trap SIGINT to exit gracefully if the user aborts with CTRL+C
 | 
			
		||||
trap 'printf "\nOperation aborted by user.\n" >&2; rm .env; exit 1' SIGINT
 | 
			
		||||
trap 'printf "\nOperation aborted by user.\n" >&2; exit 1' SIGINT
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
cd "$(dirname "$(realpath "$0")")/../"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue