mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 08:29:51 -06:00
4 lines
104 B
Bash
Executable File
4 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
POLLER=/usr/local/emhttp/webGui/scripts/upnp_poller
|
|
[[ -z $(pgrep -f $POLLER) ]] && $POLLER
|