From 5159490e75b396a11ca99b9707f4effc486bdcd9 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 18 Mar 2025 06:49:51 +0100 Subject: [PATCH] fix --- sync-status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-status.sh b/sync-status.sh index 336f3701..74424b63 100755 --- a/sync-status.sh +++ b/sync-status.sh @@ -9,7 +9,7 @@ while IFS= read -r line; do blacklist+=("$line") done < "$BASEPATH/path-blacklist.txt" -if [ -n "$NO_SSL" ] then +if [ -n "$NO_SSL" ]; then PROTO="http" DOMAIN="${DOMAIN:-0.0.0.0}" else