X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_static_website.sh;h=1b5da97db50ed9dffb452cb78497fdd8fc09128a;hb=f4e0a71ae92851cb229d5b6a1910009648693485;hp=de594ab7e9f88dff708fbad18d424fc7ed12d973;hpb=aaecfeac7e191f5322688d749aad57de065ee120;p=config 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}"