1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00

Merge branch 'testing' into v0.12.0

This commit is contained in:
Éric Gaspar 2020-10-31 23:50:34 +01:00 committed by GitHub
commit 0cb7a468b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,11 +149,13 @@ ynh_use_logrotate "$final_path/data/log.txt"
#=================================================
# set proper permissions
ynh_script_progression --message="Set permissions..."
find $final_path -type f | xargs chmod 644
find $final_path -type d | xargs chmod 755
# Set right permissions for curl install
ynh_script_progression --message="Set rights..."
chown -R $app: $final_path
#=================================================