From 13cf22ec859157fc08bbe4ea313568ce95fe06c5 Mon Sep 17 00:00:00 2001 From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at> Date: Fri, 20 Jun 2014 22:14:33 +0200 Subject: [PATCH] fixed typo (that prevented strong cryptography from working) --- etc/vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/vagrant/bootstrap.sh b/etc/vagrant/bootstrap.sh index 28aff120..7ff73da9 100644 --- a/etc/vagrant/bootstrap.sh +++ b/etc/vagrant/bootstrap.sh @@ -476,7 +476,7 @@ if $INSTALL_JAVA; then echo " - installing strong cryptographie" fn_download_newer $DOWNLOAD_DIR/$JAVA_CRYPTO_FILE $CACHE_DIR_REMOTE/$JAVA_CRYPTO_FILE - unzip -j -u $DOWNLOAD_DIR/$JAVA_CRYPTO_FILE -d $DEPLOY_DIR/jre/lib/securtiy >> setup_java.log 2>&1 + unzip -j -u $DOWNLOAD_DIR/$JAVA_CRYPTO_FILE -d $DEPLOY_DIR/jre/lib/security >> setup_java.log 2>&1 fi if $INSTALL_TOMCAT; then -- GitLab