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
2eb4b66ec6
commit
37f3005213
3 changed files with 4 additions and 4 deletions
|
@ -139,7 +139,7 @@ cp ../conf/user.css.example $final_path/public/dist/user.css
|
|||
chown -R $app: $final_path
|
||||
chmod 750 $final_path/bootstrap/cache
|
||||
chown -R $app: $public_path
|
||||
chmod 750 $public_path
|
||||
chmod 755 $public_path
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
|
@ -77,9 +77,9 @@ ynh_restore_file --origin_path="$public_path" --not_mandatory
|
|||
|
||||
# Set permissions to app files
|
||||
chown -R $app: $final_path
|
||||
chmod -R 750 $final_path/bootstrap/cache
|
||||
chmod 750 $final_path/bootstrap/cache
|
||||
chown -R $app: $public_path
|
||||
chmod -R 750 $public_path
|
||||
chmod 755 $public_path
|
||||
|
||||
#=================================================
|
||||
# REINSTALL DEPENDENCIES
|
||||
|
|
|
@ -182,7 +182,7 @@ fi
|
|||
chown -R $app: $final_path
|
||||
chmod 750 $final_path/bootstrap/cache
|
||||
chown -R $app: $public_path
|
||||
chmod 750 $public_path
|
||||
chmod 755 $public_path
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Add table
Reference in a new issue