Update rc.nginx

This commit is contained in:
bergware
2025-05-10 00:50:03 +02:00
parent acf0224249
commit 255f3b98df

View File

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