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:
commit
0cb7a468b9
1 changed files with 2 additions and 0 deletions
|
@ -149,11 +149,13 @@ ynh_use_logrotate "$final_path/data/log.txt"
|
||||||
#=================================================
|
#=================================================
|
||||||
# set proper permissions
|
# set proper permissions
|
||||||
ynh_script_progression --message="Set permissions..."
|
ynh_script_progression --message="Set permissions..."
|
||||||
|
|
||||||
find $final_path -type f | xargs chmod 644
|
find $final_path -type f | xargs chmod 644
|
||||||
find $final_path -type d | xargs chmod 755
|
find $final_path -type d | xargs chmod 755
|
||||||
|
|
||||||
# Set right permissions for curl install
|
# Set right permissions for curl install
|
||||||
ynh_script_progression --message="Set rights..."
|
ynh_script_progression --message="Set rights..."
|
||||||
|
|
||||||
chown -R $app: $final_path
|
chown -R $app: $final_path
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue