From 0ebd136ca0ade835a8e82f3a4af0df2bdb36c971 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 5 Jun 2015 16:56:09 +0200 Subject: Pass arguments to catlfish start script. --- catlfish-dev-lunahsm/start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catlfish-dev-lunahsm/start.sh b/catlfish-dev-lunahsm/start.sh index ab38be6..3862787 100644 --- a/catlfish-dev-lunahsm/start.sh +++ b/catlfish-dev-lunahsm/start.sh @@ -10,4 +10,5 @@ if ! [ -e /usr/lunasa/cert/client/catlfishKey.pem ]; then /usr/lunasa/bin/vtl createCert -n ${HSM_CLIENT_NAME} fi -su catlfish -c /var/run/catlfish/start.sh +su catlfish -c /var/run/catlfish/start.sh $@ + -- cgit v1.1