From: Ian Kelling Date: Thu, 13 Apr 2017 10:03:38 +0000 (-0700) Subject: fix edge case apache conf parsing X-Git-Url: https://iankelling.org/git/?p=basic-https-conf;a=commitdiff_plain;h=2c508e5206b3eba9483b489298f7e484e020bbaa fix edge case apache conf parsing --- diff --git a/apache-site b/apache-site index 2405713..8d26f99 100755 --- a/apache-site +++ b/apache-site @@ -18,6 +18,8 @@ set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR +shopt -s nullglob # used in apache config file expansion + usage() { cat <>$vhost_file <>$vhost_file <