home · contact · privacy
Fix read missing argument bug.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 13 Sep 2023 18:36:36 +0000 (20:36 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 13 Sep 2023 18:36:36 +0000 (20:36 +0200)
bookworm/setup_scripts/setup_status.plomlompom.com.sh
bookworm/setup_scripts/setup_tube.plomlompom.com.sh

index e5db2111ea337fab27f1aff10e15b37f6484c781..30f81d7a01f571b7aba0d28e9418f490ca7e33ca 100755 (executable)
@@ -15,7 +15,7 @@ else
     mail="$2"
 fi
 echo "Assuming domain ${domain} and letsencrypt support mail address ${mail}, abort and provide as arguments in this order if other desired! (Otherwise just hit Return.)"
-read
+read _
 
 # Install configs, set up firewall.
 ./install_for_target.sh status.plomlompom.com
index 8833de0212e7b67729a5e73d0b3879d21a9f9ec3..566a6b544f7c4fa43b49349b4111d5941172989c 100755 (executable)
@@ -15,7 +15,7 @@ else
     mail="$2"
 fi
 echo "Assuming domain ${domain} and letsencrypt support mail address ${mail}, abort and provide as arguments in this order if other desired! (Otherwise just hit Return.)"
-read
+read _
 
 # Install configs, set up firewall.
 ./install_for_target.sh tube.plomlompom.com