Update install.sh

This commit is contained in:
SpudGunMan
2024-12-27 09:49:54 -08:00
parent ed8636f5a5
commit 8d2313cfb1
+1 -1
View File
@@ -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"