mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
Fix install script: don't chown to root
This commit is contained in:
parent
2a6f053cfb
commit
6ceb1b5f1b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ sudo cp ../conf/updates.txt $final_path/data
|
|||
# set proper permissions
|
||||
sudo find $final_path -type f | xargs sudo chmod 644
|
||||
sudo find $final_path -type d | xargs sudo chmod 755
|
||||
sudo chown -R root: $final_path
|
||||
#sudo chown -R root: $final_path
|
||||
|
||||
#set proper ownership of the files in /data
|
||||
sudo chown www-data:www-data $final_path/data/config.json.php
|
||||
|
|
Loading…
Reference in a new issue