From dd16a2503b64f74796ad71e0359d0f986f9f19d7 Mon Sep 17 00:00:00 2001 From: th33xitus <> Date: Sat, 22 Aug 2020 23:32:35 +0200 Subject: [PATCH] fix: extend description --- scripts/install_moonraker.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/install_moonraker.sh b/scripts/install_moonraker.sh index 95340fb..70e82b5 100755 --- a/scripts/install_moonraker.sh +++ b/scripts/install_moonraker.sh @@ -373,8 +373,12 @@ custom_trusted_clients(){ echo -e "| moonraker.conf file. Be warned, that there is no |" echo -e "| spellcheck to check for valid input. |" echo -e "| Make sure to type the IP correct! |" + echo -e "| |" + echo -e "| If you want to add IP ranges, you can type in e.g.: |" + echo -e "| 192.168.1.0/24 |" + echo -e "| This will add the IPs 192.168.1.1 to 192.168.1.254 |" echo -e "|-------------------------------------------------------|" - echo -e "| You can add as many IPs as you want. |" + echo -e "| You can add as many IPs / IP ranges as you want. |" echo -e "| When you are done type '${cyan}done${default}' to exit this dialoge. |" bottom_border while true; do