Explorar o código

Update ipv4-ipv6.sh

molon %!s(int64=4) %!d(string=hai) anos
pai
achega
4b28550b10
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/ipv4-ipv6.sh

+ 1 - 1
scripts/ipv4-ipv6.sh

@@ -78,7 +78,7 @@ if [[ $INCTAIL == "yes" ]]; then
     while [ ! -n "$INCTAILSTEPS" ]; do
         eecho "How many steps do you want for [increasing tail] way: (1 as default)"
         read INCTAILSTEPS
-        if [ $INCTAILSTEPS -lt 1 ]; then
+        if [[ $INCTAILSTEPS -lt 1 ]]; then
             INCTAILSTEPS=1
         fi
     done