Explorar el Código

Обновить 'docker-entrypoint.sh'

Vladimir Tomishinets hace 7 años
padre
commit
5b9f37c01f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker-entrypoint.sh

+ 1 - 1
docker-entrypoint.sh

@@ -11,7 +11,7 @@ then
   fi
   if [[ ${dev} && ${ip} ]]
   then
-    if [[ !${client_net} ]]
+    if [[ -z ${client_net} ]]
     then
       client_net="10.10.20.0/24"
     fi