From c13f232b5eb78262d272df8b9e503370bc2d1b4f Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 26 Sep 2023 21:39:30 +0200
Subject: [PATCH] Fix variable.

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

diff --git a/bookworm/setup_scripts/setup_static_website.sh b/bookworm/setup_scripts/setup_static_website.sh
index de594ab..1b5da97 100755
--- a/bookworm/setup_scripts/setup_static_website.sh
+++ b/bookworm/setup_scripts/setup_static_website.sh
@@ -15,7 +15,7 @@ mail="plom+webmaster@plomlompom.com"
 if [ "$#" -gt 0 ]; then
     domain="$1"
     if [ "$#" -gt 1 ]; then
-        mail="plom+testing@plomlompom.com"
+        mail="$2"
 	if [ "$#" -gt 2 ]; then
 	    mirror_ip="$3"
             mirror_state="mirroring automatically from ${mirror_ip}"
-- 
2.30.2