From bb0f8f9a5947b6a65782373a0236573ca5ed7100 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 26 Sep 2023 20:18:18 +0200
Subject: [PATCH] Fix if condition.

---
 bookworm/setup_scripts/setup_status.plomlompom.com.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bookworm/setup_scripts/setup_status.plomlompom.com.sh b/bookworm/setup_scripts/setup_status.plomlompom.com.sh
index e76b995..99de574 100755
--- a/bookworm/setup_scripts/setup_status.plomlompom.com.sh
+++ b/bookworm/setup_scripts/setup_status.plomlompom.com.sh
@@ -12,7 +12,7 @@ if [ "$#" -gt 1 ]; then
     domain="$1"
     if [ "$#" -gt 2 ]; then
         mail="plom+testing@plomlompom.com"
-	if [ "$#" -gt 3]; then
+	if [ "$#" -gt 3 ]; then
 	    mirror_ip="$3"
             mirror_state="mirroring automatically from ${target_ip}"
         fi
-- 
2.30.2