From 3341f8cd7ce84a6a11d0a3de9ccdc53e16712832 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Fri, 11 Apr 2025 10:45:37 +0200 Subject: [PATCH] +hostname setting --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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