1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osjs_ynh.git synced 2024-09-03 19:56:11 +02:00

Update install

This commit is contained in:
frju365 2018-08-21 01:21:35 +02:00 committed by GitHub
parent fdabcab815
commit 6ba60a377e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ ynh_setup_source "$final_path"
# Files owned by root, www-data can just read
#=================================================
sudo chown www-data:www-data $final_path -R
sudo chown $app:$app $final_path -R
sudo chmod 755 $final_path -R
#=================================================