From 8d2313cfb10821bc2748724dbe6f7bb60ddcedc0 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 27 Dec 2024 09:49:54 -0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dac96c5..6718fab 100755 --- a/install.sh +++ b/install.sh @@ -220,7 +220,7 @@ else replace="s|type = serial|type = tcp|g" sed -i "$replace" config.ini # replace "# hostname = 192.168.0.1" with "hostname = localhost" in config.ini - replace="s|# hostname = 192.168.0.1|hostname = localhost|g" + replace="s|# hostname = localhost|hostname = localhost|g" sed -i "$replace" config.ini printf "\nConfig file updated for embedded\n"