Explorar o código

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

wadim %!s(int64=7) %!d(string=hai) anos
pai
achega
bce44d6430
Modificáronse 1 ficheiros con 1 adicións e 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