Sfoglia il codice sorgente

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

Vladimir Tomishinets 6 anni fa
parent
commit
895cc66c22
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docker-entrypoint.sh

+ 1 - 1
docker-entrypoint.sh

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