summaryrefslogtreecommitdiffstats
path: root/scripts/ca-debug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ca-debug.sh')
-rwxr-xr-xscripts/ca-debug.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ca-debug.sh b/scripts/ca-debug.sh
index 0839a42..fc8c67f 100755
--- a/scripts/ca-debug.sh
+++ b/scripts/ca-debug.sh
@@ -1,7 +1,7 @@
#!/bin/sh -x
-INSTANCE_NAME=ca-master
-FILE=/etc/sysconfig/ca-master
+INSTANCE_NAME=pki-tomcat
+FILE=/etc/sysconfig/pki-tomcat
# semanage port -a -t http_port_t -p tcp 8000
sed 's/^#\(JAVA_OPTS="-Xdebug.*\)$/\1/' < $FILE > $FILE.tmp