1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sonarr_ynh.git synced 2024-09-03 20:26:19 +02:00
This commit is contained in:
Salamandar 2024-02-05 17:23:38 +01:00
parent 1c7bd39fe1
commit 6ca00ce632

View file

@ -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
#=================================================