소스 검색

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

wadim 7 년 전
부모
커밋
bce44d6430
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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