diff --git a/bin/vmail-deploy.sh b/bin/vmail-deploy.sh index f8f9be6..598aff7 100755 --- a/bin/vmail-deploy.sh +++ b/bin/vmail-deploy.sh @@ -7,6 +7,9 @@ # load include file source $(dirname $0)/vmail.sh +echo "Script under development. Does nothing for now." +exit + # check for and set virtualhost if [ -n "$1" ]; then virtualhost=$1