home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 27 Apr 2020 20:38:15 +0000 (22:38 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 27 Apr 2020 20:38:15 +0000 (22:38 +0200)
buster/setup_scripts/setup_dumpsite.sh

index 0e6cdc60322b1ea8224de38f5cc7a6c7d983d812..c2592d83f4da756c40b236b7e1c4d7b96a90a249 100755 (executable)
@@ -2,7 +2,7 @@
 set -e
 
 if [ "$#" -ne 4 ]; then
-    echo 'Need domain name (choose wisely!) and mail and old server and repos source ("local" or "remote"?).'
+    echo 'Need domain name and mail and old server and repos source ("local" or "remote"?).'
     false
 fi
 if [ ! "$4" = "local" ] && [ ! "$4" = "remote" ]; then
@@ -14,9 +14,10 @@ mail="$2"
 old_server="$3"
 repos_source="$4"
 
+read -p"Only continue if hostname is not domain of url_catcher's target mail address, else abort!" ignore
+
 # Install configs, set up firewall.
 echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections
-# TODO: do we really want hostname as mailname?
 echo "postfix postfix/mailname string $(hostname -f)" | debconf-set-selections
 config_tree_prefix="${HOME}/config/buster"
 ./install_for_target.sh web dumpsite