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

Update upgrade

This commit is contained in:
ericgaspar 2021-01-28 15:06:58 +01:00
parent cd265c2067
commit dd2de0ef5d
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -155,7 +155,7 @@ ynh_add_fpm_config --usage=low --footprint=low --package="$extra_php_dependencie
# Set permissions on app files # Set permissions on app files
chown -R $app: $final_path chown -R $app: $final_path
chown -R $app: $public_path #chown -R $app: $public_path
chmod -R 750 $public_path chmod -R 750 $public_path
#================================================= #=================================================