home · contact · privacy
Fix variable.
[config] / bookworm / setup_scripts / setup_static_website.sh
index de594ab7e9f88dff708fbad18d424fc7ed12d973..1b5da97db50ed9dffb452cb78497fdd8fc09128a 100755 (executable)
@@ -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}"