diff --git a/install.sh b/install.sh index a036605..172ca07 100755 --- a/install.sh +++ b/install.sh @@ -424,7 +424,8 @@ cat > config.json << EOF "baserow": "$BASEROW_DOMAIN" }, "rootDevice": "$DEVICE_NAME", - "ipAddress": "$IP_ADDRESS" + "ipAddress": "$IP_ADDRESS", + "hostname": "$HOSTNAME" } EOF