mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Fix
This commit is contained in:
parent
83bed93f47
commit
85ccc5216c
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue