@@ -15,10 +15,11 @@ sed -i "s/communication = \"remote\"/communication = \"socket\"/" /etc/web-regis
echo "#Dummy" >> /etc/rc.d/init.d/functions
source /etc/init.d/web-registry-portal status
+echo "CMD is ${$@}"
if [ ! -z "$@" ]
then
exec "$@"
else
- exec "${WEB_REGISTRY_BIN} ${WEB_REGISTRY_OPTS}"
+ exec ${WEB_REGISTRY_BIN} ${WEB_REGISTRY_OPTS}
fi