Changes...

This commit is contained in:
andryyy
2016-12-11 14:13:17 +01:00
parent 1be1b059f7
commit e3f0058f4f
24 changed files with 836 additions and 57 deletions
+3 -1
View File
@@ -1,7 +1,6 @@
#!/bin/bash
. mailcow.conf
./build-network.sh
NAME="redis-mailcow"
@@ -12,6 +11,9 @@ client() {
if [[ ${1} == "--client" ]]; then
client
exit 0
elif [[ ! -z ${1} ]]; then
echo "Unknown parameter"
exit 1
fi
echo "Stopping and removing containers with name tag ${NAME}..."