From 55725ace4773050d61c8b1e0f16df97ab2f6451e Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 11 Nov 2021 08:00:46 -0800 Subject: [PATCH] under dev warning --- bin/vmail-deploy.sh | 3 +++ 1 file changed, 3 insertions(+) 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