summaryrefslogtreecommitdiffstats
path: root/scripts/kra-create.sh
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-05-16 16:25:52 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-05-16 16:25:52 -0500
commit1dbca9a3e3434251e172ec49b2f45b04ab9420ec (patch)
tree0b3f7787c417ac5859260a7fc4c5062ec6512cae /scripts/kra-create.sh
parent6983359fc10a33be0c393da0f43d2762d0bc8061 (diff)
downloadpki-dev-1dbca9a3e3434251e172ec49b2f45b04ab9420ec.tar.gz
pki-dev-1dbca9a3e3434251e172ec49b2f45b04ab9420ec.tar.xz
pki-dev-1dbca9a3e3434251e172ec49b2f45b04ab9420ec.zip
Fixed path and dependency problems.
Diffstat (limited to 'scripts/kra-create.sh')
-rwxr-xr-xscripts/kra-create.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/kra-create.sh b/scripts/kra-create.sh
index 3789c11..77a4d86 100755
--- a/scripts/kra-create.sh
+++ b/scripts/kra-create.sh
@@ -24,7 +24,6 @@ ln -s /usr/share/tomcat6/lib lib
rm -f webapps/kra/WEB-INF/lib/pki-*
rm -rf webapps/kra/WEB-INF/classes
-cp -r $SRC_DIR/pki/build/classes webapps/kra/WEB-INF
-chown -R pkiuser.pkiuser webapps/kra/WEB-INF/classes
+ln -s $SRC_DIR/pki/build/classes webapps/kra/WEB-INF
systemctl restart pki-krad@$INSTANCE_NAME.service