mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 10:56:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			122 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			122 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
if [[ -d /etc/fastapi-dls ]]; then
 | 
						|
  echo "> Removing config directory."
 | 
						|
  rm -r /etc/fastapi-dls
 | 
						|
fi
 | 
						|
 | 
						|
# todo
 |