Publier les correctifs d’interface et le logo SSO
This commit is contained in:
parent
72b68793ef
commit
8ab7b9efda
2 changed files with 6 additions and 3 deletions
|
|
@ -5,6 +5,9 @@ php_upload_max_filesize="250M"
|
|||
|
||||
install_yunohost_logo() {
|
||||
install -D -m 0644 "$YNH_APP_BASEDIR/logo.png" "/usr/share/yunohost/applogos/$app.png"
|
||||
yunohost app config set "$app" permission_main_logo \
|
||||
--value="$YNH_APP_BASEDIR/logo.png" \
|
||||
--core
|
||||
}
|
||||
|
||||
prepare_persistent_paths() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue