mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Update install
This commit is contained in:
parent
56b5221c73
commit
f85c7eb621
1 changed files with 5 additions and 0 deletions
|
@ -102,6 +102,11 @@ popd
|
||||||
# Setup custom user.css file
|
# Setup custom user.css file
|
||||||
ynh_add_config --template="../conf/user.css.example" --destination="$install_dir/public/dist/user.css"
|
ynh_add_config --template="../conf/user.css.example" --destination="$install_dir/public/dist/user.css"
|
||||||
|
|
||||||
|
|
||||||
|
chgrp www-data -R $install_dir/storage $install_dir/public/dist $install_dir/public/sym $data_dir/uploads
|
||||||
|
chmod -R 775 $install_dir/storage/* $install_dir/app/* $install_dir/public/dist $install_dir/public/sym $data_dir/uploads $install_dir/bootstrap/
|
||||||
|
chmod 775 $install_dir/.
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue