fix: host file not getting updated

This commit is contained in:
DarkPhoenix2704
2024-08-21 11:24:15 +05:30
committed by Anbarasu
parent 9f1d3ccc2b
commit b8394990d9

View File

@@ -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