Installer le logo dans YunoHost

This commit is contained in:
Alexandre NOEL 2026-09-03 22:38:44 +02:00
commit 64df888eaa
6 changed files with 9 additions and 1 deletions

View file

@ -5,6 +5,7 @@ ynh_restore "$data_dir"
ynh_restore "/etc/nginx/conf.d/$domain.d/$app.conf"
ynh_restore "/etc/php/$php_version/fpm/pool.d/$app.conf"
prepare_persistent_paths
install_yunohost_logo
ynh_exec_as_app php "$install_dir/scripts/migrate.php"
ynh_systemctl --service="php$php_version-fpm" --action=reload
ynh_systemctl --service=nginx --action=reload