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

index e76b99540993a89517272646265a0f5d18afcdbb..99de5743bfd73dad2939b07d04be418008cf01f6 100755 (executable)
@@ -12,7 +12,7 @@ if [ "$#" -gt 1 ]; then
     domain="$1"
     if [ "$#" -gt 2 ]; then
         mail="plom+testing@plomlompom.com"
-       if [ "$#" -gt 3]; then
+       if [ "$#" -gt 3 ]; then
            mirror_ip="$3"
             mirror_state="mirroring automatically from ${target_ip}"
         fi