From 655e99d3879c5b0f72ed83b3706556a2ec6c0709 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 21 Feb 2017 09:41:03 +0100 Subject: Invoke su(1) correctly. --- catlfish-dev-lunahsm/start.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/catlfish-dev-lunahsm/start.sh b/catlfish-dev-lunahsm/start.sh index 5d578fe..32b003e 100755 --- a/catlfish-dev-lunahsm/start.sh +++ b/catlfish-dev-lunahsm/start.sh @@ -12,5 +12,4 @@ 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 -c "/var/run/catlfish/start.sh $1 $2 $3" catlfish -- cgit v1.1