diff options
-rw-r--r-- | catlfish-dev-lunahsm/start.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 $@ + |