From 6ca00ce632cf7e3137b18b29925cc258e896cc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 5 Feb 2024 17:23:38 +0100 Subject: [PATCH] debug --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index 63e39bb..ce3c347 100755 --- a/scripts/install +++ b/scripts/install @@ -77,6 +77,10 @@ if ! systemctl -q is-active sonarr; then ynh_exec_fully_quiet ynh_systemd_action --service_name=sonarr --action="restart" --log_path="systemd" --line_match="Starting Web Server" --timeout=30 fi +ynh_exec_warn cat "/etc/nginx/conf.d/$domain.d/$app.conf" + +ynh_exec_warn cat "$install_dir/config.xml" + #================================================= # END OF SCRIPT #=================================================