From 78373a1549e5ce8e2db73eafc6d6019110273c8a Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 9 Jun 2016 08:30:10 +0200 Subject: Updated Firefox scripts. --- scripts/firefox-certs-import.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/firefox-certs-import.sh') diff --git a/scripts/firefox-certs-import.sh b/scripts/firefox-certs-import.sh index 33b83ec..69031d3 100755 --- a/scripts/firefox-certs-import.sh +++ b/scripts/firefox-certs-import.sh @@ -13,7 +13,8 @@ echo HOME=$home SRC_DIR=`cd ../.. ; pwd` FIREFOX_DIR=$home/.mozilla/firefox -PROFILE=`grep Path= $FIREFOX_DIR/profiles.ini | awk -F= '{print $2}'` +#PROFILE=`grep Path= $FIREFOX_DIR/profiles.ini | awk -F= '{print $2}'` +PROFILE=$HOSTNAME CA_INSTANCE_NAME=pki-tomcat KRA_INSTANCE_NAME=pki-tomcat -- cgit