1
0
Fork 0
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:
Romain Garbage 2017-02-27 18:06:29 +02:00
parent 2a6f053cfb
commit 6ceb1b5f1b

View file

@ -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