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

---
 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 0135687..e76b995 100755
--- a/bookworm/setup_scripts/setup_status.plomlompom.com.sh
+++ b/bookworm/setup_scripts/setup_status.plomlompom.com.sh
@@ -18,7 +18,7 @@ if [ "$#" -gt 1 ]; then
         fi
     fi
 fi
-echo "Assuming domain ${domain} and letsencrypt support mail address ${mail}, abort and provide as arguments in this order if other desired! (Otherwise just hit Return.)"
+echo "Assuming domain ${domain} and letsencrypt support mail address ${mail} and ${mirror_state}, abort and provide as arguments in this order if other desired! (Otherwise just hit Return.)"
 read _
 
 # Install configs, set up firewall.
-- 
2.30.2