Sfoglia il codice sorgente

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

wadim 7 anni fa
parent
commit
14977b5b65
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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