From db0a4b4e03b5d60504718b7c4452f3a96cbd7916 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Wed, 16 Sep 2020 22:19:14 +0200 Subject: [PATCH] fix: adresses #17 --- scripts/install_moonraker.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install_moonraker.sh b/scripts/install_moonraker.sh index 909452f..bc54555 100755 --- a/scripts/install_moonraker.sh +++ b/scripts/install_moonraker.sh @@ -569,8 +569,7 @@ custom_trusted_clients(){ done break;; *) - trusted_arr+=($TRUSTED_IP) - break;; + trusted_arr+=($TRUSTED_IP);; esac done fi