From d22cb246f39a7b1fe8d85968714994de685a162c Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Sun, 6 Feb 2022 09:26:38 -0500 Subject: [PATCH] typo --- scripts/install_services.sh | 2 +- scripts/update_services.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 7205944..2480021 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -311,7 +311,7 @@ http://localhost http://$(hostname).local ${BIRDNETPI_URL} { EOF fi - if [ ! -z ${WEBTERMINAL_URL} ] && [ -! z ${HASHWORD} ];then + if [ ! -z ${WEBTERMINAL_URL} ] && [ ! -z ${HASHWORD} ];then cat << EOF >> /etc/caddy/Caddyfile ${WEBTERMINAL_URL} { basicauth { diff --git a/scripts/update_services.sh b/scripts/update_services.sh index 99e3d35..181cbd9 100755 --- a/scripts/update_services.sh +++ b/scripts/update_services.sh @@ -300,7 +300,7 @@ http://localhost http://$(hostname).local ${BIRDNETPI_URL} { EOF fi - if [ ! -z ${WEBTERMINAL_URL} ] && [ -! z ${HASHWORD} ];then + if [ ! -z ${WEBTERMINAL_URL} ] && [ ! -z ${HASHWORD} ];then cat << EOF >> /etc/caddy/Caddyfile ${WEBTERMINAL_URL} { basicauth {