浏览代码

Опечатки в 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