diff options
-rwxr-xr-x | testing/scripts/build-umlhostfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/scripts/build-umlhostfs b/testing/scripts/build-umlhostfs index e8b39753e..3e6337124 100755 --- a/testing/scripts/build-umlhostfs +++ b/testing/scripts/build-umlhostfs @@ -70,6 +70,7 @@ do then mkdir $LOOPDIR/var/log/apache2/ocsp cp -rfp $UMLTESTDIR/testing/images $LOOPDIR/var/www/localhost/htdocs + chroot $LOOPDIR ln -s /etc/openssl/certs /var/www/localhost/htdocs/certs chroot $LOOPDIR /etc/openssl/generate-crl >> $LOGFILE 2>&1 fi chroot $LOOPDIR /etc/init.d/depscan.sh --update >> $LOGFILE 2>&1 |