summaryrefslogtreecommitdiffstats
path: root/scripts/ca-debug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ca-debug.sh')
-rwxr-xr-xscripts/ca-debug.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/ca-debug.sh b/scripts/ca-debug.sh
deleted file mode 100755
index fc8c67f..0000000
--- a/scripts/ca-debug.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -x
-
-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
-mv $FILE.tmp $FILE