mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 06:15:46 +00:00
fix: host file not getting updated
This commit is contained in:
committed by
Anbarasu
parent
9f1d3ccc2b
commit
b8394990d9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user