From 8ba6aee952d7c3a3c0c96c090d4d908a320c156d Mon Sep 17 00:00:00 2001 From: th33xitus Date: Thu, 29 Oct 2020 23:32:24 +0100 Subject: [PATCH] fix: add fluidd to ui message --- scripts/network_functions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/network_functions.sh b/scripts/network_functions.sh index aa5812b..2b7c7e9 100755 --- a/scripts/network_functions.sh +++ b/scripts/network_functions.sh @@ -96,9 +96,9 @@ create_custom_hostname(){ echo -e "| You can change the hostname of this machine to use |" echo -e "| that name to open the Interface in your browser. |" echo -e "| |" - echo -e "| Example: If you set the hostname to 'my-printer' |" - echo -e "| you can open DWC2/Mainsail/Octoprint by |" - echo -e "| browsing to: http://my-printer.local |" + echo -e "| E.g.: If you set the hostname to 'my-printer' you |" + echo -e "| can open DWC2/Mainsail/Fluidd/Octoprint by |" + echo -e "| browsing to: http://my-printer.local |" bottom_border while true; do read -p "${cyan}###### Do you want to change the hostname? (y/N):${default} " yn