From a4b67072cb14962143bc8cc9163eecea02296c75 Mon Sep 17 00:00:00 2001 From: Kelly Date: Tue, 17 Mar 2026 16:40:46 -0700 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 0100138..4495b4d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -15,7 +15,7 @@ mkdir -p "$BASE_DIR/data" cp -Rn "$BASE_DIR/etc/data/." "$BASE_DIR/data/" if [[ ! -f "$BASE_DIR/config.ini" ]]; then - cp "$BASE_DIR/etc/config.template" "$BASE_DIR/config.ini" + cp "$BASE_DIR/config.template" "$BASE_DIR/config.ini" replace="s|type = serial|type = tcp|g" sed -i '' "$replace" "$BASE_DIR/config.ini" replace="s|# hostname = meshtastic.local|hostname = localhost|g"