From b8394990d955014b79763f33c16818fc6169cc64 Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Wed, 21 Aug 2024 11:24:15 +0530 Subject: [PATCH] fix: host file not getting updated --- docker-compose/setup-script/noco.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/setup-script/noco.sh b/docker-compose/setup-script/noco.sh index 8b54da2ec3..65c96a2fea 100755 --- a/docker-compose/setup-script/noco.sh +++ b/docker-compose/setup-script/noco.sh @@ -80,7 +80,7 @@ add_to_hosts() { ## Only add to hosts if the domain name is minio - if [ "$CONFIG_DOMAIN_NAME" != "minio" ]; then + if [ "$MINIO_DOMAIN_NAME" != "minio" ]; then return 0 fi