@@ -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