adjust logging for v15 changes

This commit is contained in:
trendless
2026-06-15 18:39:50 -06:00
parent 4f74409542
commit efee1e5c05
8 changed files with 49 additions and 37 deletions
+3 -6
View File
@@ -16,16 +16,13 @@ if ynh_hide_warnings yunohost service status "$app" >/dev/null; then
yunohost service remove "$app"
fi
# Remove the dedicated systemd config
ynh_config_remove_systemd
# Remove the app-specific logrotate config
ynh_config_remove_logrotate
# Remove the dedicated NGINX config
ynh_config_remove_nginx
# Remove the log files
ynh_safe_rm "/var/log/$app"
ynh_safe_rm "/etc/cron.d/$app"
#=================================================
# END OF SCRIPT