1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00
This commit is contained in:
ericgaspar 2020-12-27 19:03:25 +01:00
parent 83bed93f47
commit 85ccc5216c
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -151,7 +151,7 @@ mkdir -p /home/yunohost.$app/uploads/{big,medium,small,thumb,import,raw}
# Set permissions to app files
chown -R $app: $final_path
chown -R $app: /home/yunohost.$app
chmod -R 750 /home/yunohost.$app
chmod -R 755 /home/yunohost.$app
#=================================================
# SETUP SSOWAT

View file

@ -83,7 +83,7 @@ ynh_restore_file --origin_path="/home/yunohost.$app" --not_mandatory
# Restore permissions on app files
chown -R $app: $final_path
chmod -R 750 /home/yunohost.$app
chmod -R 755 /home/yunohost.$app
#=================================================
# RESTORE THE PHP-FPM CONFIGURATION

View file

@ -146,7 +146,7 @@ ynh_store_file_checksum --file="$final_path/.env"
# Set permissions on app files
chown -R $app: $final_path
chmod -R 750 /home/yunohost.$app
chmod -R 755 /home/yunohost.$app
#=================================================
# RELOAD NGINX