소스 검색

Опечатки в docker-entrypoint.sh

wadim 7 년 전
부모
커밋
14977b5b65
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docker-entrypoint.sh

+ 2 - 1
docker-entrypoint.sh

@@ -17,7 +17,8 @@ echo "#Dummy" >> /etc/rc.d/init.d/functions
 source /etc/init.d/web-registry-portal status
 
 if [ ! -z "$@" ]
+then
     exec "$@"
 else
     exec "${WEB_REGISTRY_BIN} ${WEB_REGISTRY_OPTS}"
-
+fi