Explorar o código

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

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