summaryrefslogtreecommitdiffstats
path: root/scripts/ca-undebug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ca-undebug.sh')
-rwxr-xr-xscripts/ca-undebug.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ca-undebug.sh b/scripts/ca-undebug.sh
index db7bd5d..4182085 100755
--- a/scripts/ca-undebug.sh
+++ b/scripts/ca-undebug.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 -d -t http_port_t -p tcp 8000
sed 's/^\(JAVA_OPTS="-Xdebug.*\)$/#\1/' < $FILE > $FILE.tmp