diff options
| author | Linus Nordberg <linus@nordu.net> | 2015-06-05 16:56:09 +0200 | 
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2015-06-05 16:56:09 +0200 | 
| commit | 0ebd136ca0ade835a8e82f3a4af0df2bdb36c971 (patch) | |
| tree | ed31eecc547f4956d858c1b853a4043e26db844d | |
| parent | 165d90b2006f5b01f97f99b1c35f4848e95c5f3c (diff) | |
Pass arguments to catlfish start script.
| -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 $@ + | 
