From e64cb35353d6753f737ba780cb5bbb05abd0b2bb Mon Sep 17 00:00:00 2001 From: lars-hagen Date: Thu, 9 Jan 2020 08:29:08 +0100 Subject: [PATCH] add certs folder for vhost --- bin/domain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/domain.sh b/bin/domain.sh index 2bc340d..11c4be5 100755 --- a/bin/domain.sh +++ b/bin/domain.sh @@ -18,7 +18,7 @@ add_domain(){ check_input ${1} docker-compose exec ${CONT_NAME} su -s /bin/bash lsadm -c "cd /usr/local/lsws/conf && domainctl.sh -add ${1}" if [ ! -d "./sites/${1}" ]; then - mkdir -p ./sites/${1}/{html,logs} + mkdir -p ./sites/${1}/{html,logs,certs} fi }