Explorar el Código

Модификация docker-entrypoint.sh

wadim hace 7 años
padre
commit
bce44d6430
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker-entrypoint.sh

+ 1 - 1
docker-entrypoint.sh

@@ -17,7 +17,7 @@ echo "#Dummy" >> /etc/rc.d/init.d/functions
 source /etc/init.d/web-registry-portal status
 echo "CMD is $@"
 
-if [ ! -z "$@" ]
+if [ ! -z "$*" ]
 then
     exec "$@"
 else