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 2021-04-18 20:39:43 +02:00
parent 2eb4b66ec6
commit 37f3005213
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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