From 71dbdbcd335a73e4deb710e883a7cb4296b33acc Mon Sep 17 00:00:00 2001 From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at> Date: Wed, 18 Jun 2014 17:33:41 +0200 Subject: [PATCH] fixed problem with strong cryptography in JDK --- 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 6253e3ca..602c18e7 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 $CACHE_DIR_REMOTE/$JAVA_CRYPTO_FILE -d $DEPLOY_DIR/jre/lib/securtiy + unzip -j -u $DOWNLOAD_DIR/$JAVA_CRYPTO_FILE -d $DEPLOY_DIR/jre/lib/securtiy fi if $INSTALL_TOMCAT; then -- GitLab