summaryrefslogtreecommitdiffstats
path: root/components/slice-analysis-ms/entry.sh
diff options
context:
space:
mode:
Diffstat (limited to 'components/slice-analysis-ms/entry.sh')
-rw-r--r--components/slice-analysis-ms/entry.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/slice-analysis-ms/entry.sh b/components/slice-analysis-ms/entry.sh
index 2859fe93..83225b94 100644
--- a/components/slice-analysis-ms/entry.sh
+++ b/components/slice-analysis-ms/entry.sh
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/bin/sh
export trustpass=`cat /opt/app/sliceanalysisms/etc/cert/trust.pass`
-java -Djavax.net.ssl.trustStore=/opt/app/sliceanalysisms/etc/cert/trust.jks -Djavax.net.ssl.trustStorePassword=$trustpass -jar /bin/application.jar \ No newline at end of file
+java -Djavax.net.ssl.trustStore=/opt/app/sliceanalysisms/etc/cert/trust.jks -Djavax.net.ssl.trustStorePassword="$trustpass" -jar /bin/application.jar