Commit 998d291b91f95f1e9346719ff232fd23220729bf
1 parent
b35d644bb3
Exists in
master
[fix] do not install php.ini
Showing 3 changed files with 0 additions and 3 deletions Side-by-side Diff
scripts/install
... | ... | @@ -43,7 +43,6 @@ sudo mkdir -p $data_path |
43 | 43 | sudo cp -a ../sources/* $final_path |
44 | 44 | sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/owncloud.conf |
45 | 45 | sudo cp ../conf/php-fpm.conf /etc/php5/fpm/pool.d/owncloud.conf |
46 | -sudo cp ../conf/php-fpm.ini /etc/php5/fpm/conf.d/20-owncloud.ini | |
47 | 46 | sudo cp ../conf/mount.json $data_path |
48 | 47 | sudo chown -hR owncloud:www-data $final_path |
49 | 48 | sudo chown -hR owncloud:www-data $data_path |
scripts/remove
... | ... | @@ -10,7 +10,6 @@ sudo rm -rf /var/www/owncloud |
10 | 10 | sudo rm -rf /home/yunohost.app/owncloud |
11 | 11 | sudo rm -f /etc/nginx/conf.d/$domain.d/owncloud.conf |
12 | 12 | sudo rm -f /etc/php5/fpm/pool.d/owncloud.conf |
13 | -sudo rm -f /etc/php5/conf.d/20-owncloud.ini | |
14 | 13 | for i in $(ls /home) |
15 | 14 | do |
16 | 15 | if [[ ! $i == yunohost.* ]]; |
scripts/upgrade
... | ... | @@ -23,7 +23,6 @@ sudo mkdir -p $data_path |
23 | 23 | sudo cp -a ../sources/* $final_path |
24 | 24 | sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/owncloud.conf |
25 | 25 | sudo cp ../conf/php-fpm.conf /etc/php5/fpm/pool.d/owncloud.conf |
26 | -sudo cp ../conf/php-fpm.ini /etc/php5/fpm/conf.d/20-owncloud.ini | |
27 | 26 | sudo cp ../conf/mount.json $data_path |
28 | 27 | sudo chown -hR owncloud:www-data $final_path |
29 | 28 | sudo chown -hR owncloud:www-data $data_path |