From 3282ac59ff3509d0a48e456d800a115d53029797 Mon Sep 17 00:00:00 2001 From: gyurix Date: Wed, 29 Sep 2021 10:02:17 +0000 Subject: [PATCH] Set missed domain variable in haproxy config creator. --- scripts/config_haproxy_create.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/config_haproxy_create.sh b/scripts/config_haproxy_create.sh index e7d4d20..433abec 100755 --- a/scripts/config_haproxy_create.sh +++ b/scripts/config_haproxy_create.sh @@ -2,6 +2,7 @@ # Initial parameters DATE=`date +%F-%H-%M-%S` +DOMAIN=$1 # Set env variables DOMAIN_DIR=$DOMAIN_DIR