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
fda369998a
commit
fae418a8e1
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ popd
|
|||
|
||||
# Setup custom user.css file
|
||||
ynh_add_config --template="user.css.example" --destination="$install_dir/public/dist/user.css"
|
||||
chmod 750 "$install_dir/public/dist/user.css"
|
||||
chown $app:$app "$install_dir/public/dist/user.css"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Reference in a new issue