mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-01 22:42:22 +02:00
Update install.sh
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user