mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Merge pull request #7 from polytan02/patch-2
No need to change permissions
This commit is contained in:
commit
e1a426302a
1 changed files with 0 additions and 11 deletions
|
@ -96,17 +96,6 @@ popd
|
||||||
# file owned by www-data before checking permissions
|
# file owned by www-data before checking permissions
|
||||||
sudo chown www-data:www-data $final_path -R
|
sudo chown www-data:www-data $final_path -R
|
||||||
|
|
||||||
# Files owned by root, www-data can just read
|
|
||||||
sudo chmod 0777 $final_path/system/config.php
|
|
||||||
sudo chmod 0777 $final_path/system/
|
|
||||||
sudo chmod 0777 $final_path/system/cache/ -R
|
|
||||||
sudo chmod 0777 $final_path/system/logs/ -R
|
|
||||||
sudo chmod 0777 $final_path/image/ -R
|
|
||||||
sudo chmod 0777 $final_path/image/thumbnails/ -R
|
|
||||||
sudo chmod 0777 $final_path/download/ -R
|
|
||||||
sudo chmod 0777 $final_path/extensions/ -R
|
|
||||||
sudo chmod 0777 $final_path/resources/ -R
|
|
||||||
|
|
||||||
# set database configuration
|
# set database configuration
|
||||||
sed -i "s@YNH_WWW_PATH@$path@g" ../conf/nginx.conf
|
sed -i "s@YNH_WWW_PATH@$path@g" ../conf/nginx.conf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue