+hostname setting

This commit is contained in:
m3tam3re 2025-04-11 10:45:37 +02:00
parent a5473b700f
commit 3341f8cd7c

View File

@ -424,7 +424,8 @@ cat > config.json << EOF
"baserow": "$BASEROW_DOMAIN" "baserow": "$BASEROW_DOMAIN"
}, },
"rootDevice": "$DEVICE_NAME", "rootDevice": "$DEVICE_NAME",
"ipAddress": "$IP_ADDRESS" "ipAddress": "$IP_ADDRESS",
"hostname": "$HOSTNAME"
} }
EOF EOF