From 46ebca43807d1f171a59f2ad2eccf532539ad0cf Mon Sep 17 00:00:00 2001 From: monsieur-a Date: Sun, 6 Jul 2014 15:43:16 +0200 Subject: [PATCH] correction pour envoi photo --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 3fbde6b..40d6fb8 100644 --- a/scripts/install +++ b/scripts/install @@ -53,12 +53,10 @@ sudo mkdir -p $final_path/_data sudo cp -a ../sources/* $final_path sudo ln -sd $datapath/_data $final_path/galleries sudo ln -sd $datapath/upload $final_path/upload -sudo cp ../conf/index.php $final_path/upload +sudo cp ../conf/index.php $final_path/galleries/index.php sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/piwigo.conf -#sudo cp ../conf/php-fpm.conf /etc/php5/fpm/pool.d/piwigo.conf -#sudo cp ../conf/php-fpm.ini /etc/php5/fpm/conf.d/20-piwigo.ini sudo cp -R ../plugins/Ldap_Login $final_path/plugins/Ldap_Login