From 8e3009abbe64ed44da8e9be0a14427c73237cc16 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 13 Sep 2023 20:36:36 +0200 Subject: [PATCH] Fix read missing argument bug. --- bookworm/setup_scripts/setup_status.plomlompom.com.sh | 2 +- bookworm/setup_scripts/setup_tube.plomlompom.com.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bookworm/setup_scripts/setup_status.plomlompom.com.sh b/bookworm/setup_scripts/setup_status.plomlompom.com.sh index e5db211..30f81d7 100755 --- a/bookworm/setup_scripts/setup_status.plomlompom.com.sh +++ b/bookworm/setup_scripts/setup_status.plomlompom.com.sh @@ -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 diff --git a/bookworm/setup_scripts/setup_tube.plomlompom.com.sh b/bookworm/setup_scripts/setup_tube.plomlompom.com.sh index 8833de0..566a6b5 100755 --- a/bookworm/setup_scripts/setup_tube.plomlompom.com.sh +++ b/bookworm/setup_scripts/setup_tube.plomlompom.com.sh @@ -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 -- 2.30.2