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