From 255f3b98dff502414bf931cb936d540c85262182 Mon Sep 17 00:00:00 2001 From: bergware Date: Sat, 10 May 2025 00:50:03 +0200 Subject: [PATCH] Update rc.nginx --- etc/rc.d/rc.nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/rc.nginx b/etc/rc.d/rc.nginx index cf8e46adf..c9298385e 100755 --- a/etc/rc.d/rc.nginx +++ b/etc/rc.d/rc.nginx @@ -716,7 +716,7 @@ nginx_start(){ # side-load unraid-api unraid_api_control start # resume nchan publishers - /usr/local/sbin/monitor_nchan start + /usr/local/sbin/monitor_nchan start rm -f /tmp/publishPaused if nginx_running; then REPLY="Started"; else REPLY="Failed"; fi