From 070db9a4ff3df7bd7dd31d595d50011be2aa5bb1 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:56:28 -0400 Subject: [PATCH] typo Thanks @wrightrocket! --- scripts/install_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 9a7f4c8..0000a31 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -187,7 +187,7 @@ install_Caddyfile() { cp /etc/caddy/Caddyfile{,.original} fi if ! [ -z ${CADDY_PWD} ];then - HASHWORD=$(caddy hash-password -plaintext ${CADDY_PWD}) + HASHWORD=$(caddy hash-password --plaintext ${CADDY_PWD}) cat << EOF > /etc/caddy/Caddyfile http:// ${BIRDNETPI_URL} { root * ${EXTRACTED}