summaryrefslogtreecommitdiffstats
path: root/scripts/ca-remove.sh
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2013-02-11 02:05:12 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2013-02-11 02:05:12 -0500
commitba50a4146aa679cf8508c5163c2eea0cac3cdeb9 (patch)
tree5ab8f78cb2a00f178e7179480ac1300443d2cedb /scripts/ca-remove.sh
parent1d47c8e59eca3b9dabd4cb87f6cec907a1a3f7eb (diff)
downloadpki-dev-ba50a4146aa679cf8508c5163c2eea0cac3cdeb9.tar.gz
pki-dev-ba50a4146aa679cf8508c5163c2eea0cac3cdeb9.tar.xz
pki-dev-ba50a4146aa679cf8508c5163c2eea0cac3cdeb9.zip
Updated deployment scripts.
Diffstat (limited to 'scripts/ca-remove.sh')
-rwxr-xr-xscripts/ca-remove.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ca-remove.sh b/scripts/ca-remove.sh
index 1177995..b8719f2 100755
--- a/scripts/ca-remove.sh
+++ b/scripts/ca-remove.sh
@@ -1,6 +1,6 @@
-#!/bin/sh -x
+#!/bin/sh
SRC_DIR=`cd ../.. ; pwd`
INSTANCE_NAME=ca-master
-pkidestroy -v -s CA -i $INSTANCE_NAME
+pkidestroy -s CA -i $INSTANCE_NAME