Explorar el Código

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

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

+ 1 - 1
docker-entrypoint.sh

@@ -7,7 +7,7 @@ then
   echo -e "LegacySigningMDs md2 md5\nMinimumDHBits 512\n" >> /etc/pki/tls/legacy-settings
   if [[ ${dev} && ${ip} ]]
   then
-    if [[ !${client_net}]]
+    if [[ !${client_net} ]]
     then
       client_net = "10.10.20.0/24"
     fi