home · contact · privacy
Fix string.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 26 Sep 2023 18:19:29 +0000 (20:19 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 26 Sep 2023 18:19:29 +0000 (20:19 +0200)
bookworm/setup_scripts/setup_status.plomlompom.com.sh

index bf358729e265de93c4277005f49a9fa6726f134e..7348a49feeeca2f87c3339731507107ed557a7c3 100755 (executable)
@@ -14,7 +14,7 @@ if [ "$#" -gt 0 ]; then
         mail="plom+testing@plomlompom.com"
        if [ "$#" -gt 2 ]; then
            mirror_ip="$3"
-            mirror_state="mirroring automatically from ${target_ip}"
+            mirror_state="mirroring automatically from ${mirror_ip}"
         fi
     fi
 fi