Working nassella deployment.
This commit is contained in:
@@ -27,12 +27,19 @@ for config_string in ${APP_CONFIGS[@]}; do
|
||||
IFS=','
|
||||
read -r -a config <<< "$config_string"
|
||||
|
||||
app=${config[0]}
|
||||
subdomain=${config[1]}
|
||||
|
||||
echo -n "$separator"
|
||||
echo -n "\"$subdomain\""
|
||||
|
||||
separator=', '
|
||||
|
||||
# see note about lldap in make-caddyfile.sh
|
||||
if [ "$app" = "nassella" ]; then
|
||||
echo -n "$separator"
|
||||
echo -n "\"lldap.$subdomain\""
|
||||
fi
|
||||
done
|
||||
|
||||
echo "]"
|
||||
|
||||
Reference in New Issue
Block a user