From 8c3121d5d6c8520427258e9a119b6b89e75667ad Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 23 Oct 2025 23:29:26 -0700 Subject: [PATCH] Update entrypoint.sh --- script/docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/docker/entrypoint.sh b/script/docker/entrypoint.sh index 2171d4a..917f4a2 100644 --- a/script/docker/entrypoint.sh +++ b/script/docker/entrypoint.sh @@ -10,7 +10,7 @@ if [ ! -f /app/config.ini ]; then # Remove any commented or uncommented hostname lines in [interface] sed -i '/^\[interface\]/,/^[^[]/ s/^#\? *hostname = .*$//' /app/config.ini # Add hostname = meshtasticd:4403 after [interface] - sed -i '/^\[interface\]/a hostname = meshtasticd:4403' /app/config.ini + sed -i '/^\[interface\]/a hostname = UPDATE-DOCKER-IP' /app/config.ini fi # Run the bot as appuser (if you want to drop privileges) exec python /app/mesh_bot.py