Edit Shellscripts
This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
#  Deployment Script for docker and all containers
 | 
			
		||||
 | 
			
		||||
NC='\033[0m'
 | 
			
		||||
 | 
			
		||||
RED='\033[00;31m'
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,7 @@
 | 
			
		||||
# START docker-compose
 | 
			
		||||
 | 
			
		||||
# Undeploy docker and containers
 | 
			
		||||
 | 
			
		||||
do_cleanup () {
 | 
			
		||||
	docker-compose down
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user