From 998d291b91f95f1e9346719ff232fd23220729bf Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Mon, 6 Oct 2014 22:11:08 +0200 Subject: [PATCH] [fix] do not install php.ini --- scripts/install | 1 - scripts/remove | 1 - scripts/upgrade | 1 - 3 files changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 9533c9b..762afa8 100755 --- a/scripts/install +++ b/scripts/install @@ -43,7 +43,6 @@ sudo mkdir -p $data_path sudo cp -a ../sources/* $final_path sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/owncloud.conf sudo cp ../conf/php-fpm.conf /etc/php5/fpm/pool.d/owncloud.conf -sudo cp ../conf/php-fpm.ini /etc/php5/fpm/conf.d/20-owncloud.ini sudo cp ../conf/mount.json $data_path sudo chown -hR owncloud:www-data $final_path sudo chown -hR owncloud:www-data $data_path diff --git a/scripts/remove b/scripts/remove index 6aaf815..be06622 100755 --- a/scripts/remove +++ b/scripts/remove @@ -10,7 +10,6 @@ sudo rm -rf /var/www/owncloud sudo rm -rf /home/yunohost.app/owncloud sudo rm -f /etc/nginx/conf.d/$domain.d/owncloud.conf sudo rm -f /etc/php5/fpm/pool.d/owncloud.conf -sudo rm -f /etc/php5/conf.d/20-owncloud.ini for i in $(ls /home) do if [[ ! $i == yunohost.* ]]; diff --git a/scripts/upgrade b/scripts/upgrade index bb5ff52..218a123 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -23,7 +23,6 @@ sudo mkdir -p $data_path sudo cp -a ../sources/* $final_path sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/owncloud.conf sudo cp ../conf/php-fpm.conf /etc/php5/fpm/pool.d/owncloud.conf -sudo cp ../conf/php-fpm.ini /etc/php5/fpm/conf.d/20-owncloud.ini sudo cp ../conf/mount.json $data_path sudo chown -hR owncloud:www-data $final_path sudo chown -hR owncloud:www-data $data_path -- 2.0.0