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

Set app permissions in upgrade

This commit is contained in:
anmol26s 2018-06-25 09:51:29 +05:30
parent 9b3ad936bc
commit bad691f563

View file

@ -100,6 +100,9 @@ ynh_system_user_create $app
# Create a dedicated php-fpm config
ynh_add_fpm_config
# Set right permissions
chown -R $app: $final_path
#=================================================
# SETUP SSOWAT
#=================================================