From 5be1fd0a2cc373f14bed6115e59426cfcd103eac Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 19 Sep 2012 10:27:19 -0400 Subject: [PATCH] Adjusted symlink to reduce chances of conflict with VF1 installation. --- packages/DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/DEBIAN/postinst b/packages/DEBIAN/postinst index 1087b1514be..0cb3957e36e 100644 --- a/packages/DEBIAN/postinst +++ b/packages/DEBIAN/postinst @@ -27,7 +27,7 @@ sudo chown -R www-data:www-data $VUFIND_LOCAL_DIR/cache sudo chown -R www-data:www-data $VUFIND_LOCAL_DIR/config # set up Apache for VuFind and reload configuration -sudo ln -s $VUFIND_LOCAL_DIR/httpd-vufind.conf /etc/apache2/conf.d/vufind +sudo ln -s $VUFIND_LOCAL_DIR/httpd-vufind.conf /etc/apache2/conf.d/vufind2 sudo /etc/init.d/apache2 force-reload # Finalize the installation -- GitLab