add radarr3d

This commit is contained in:
2022-04-28 19:39:38 -05:00
parent 7fed04f0c4
commit f8d8421fa0
2 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ NM_SERVICES['nordvpn']='NordVPN (VPN Tunnel)'
NM_SERVICES['openvpn']='OpenVPN (TorGuard VPN Tunnel)'
NM_SERVICES['lidarr']='Lidarr (Music Manager)'
NM_SERVICES['radarr']='Radarr (Movie Manager)'
NM_SERVICES['radarr3d']='Radarr3D (3D Movie Manager)'
NM_SERVICES['sonarr']='Sonarr (TV Show Manager)'
NM_SERVICES['jackett']='Jackett (Torrent Indexing Manager)'
NM_SERVICES['qbittorrent']='qBittorrent (Torrent Downloader)'

View File

@@ -113,8 +113,10 @@ MMSTOP(){
until [ "${checked}" = "" ]; do
if ! lsof -Pi :5858 -sTCP:LISTEN -t >/dev/null; then
if ! lsof -Pi :5555 -sTCP:LISTEN -t >/dev/null; then
if ! lsof -Pi :5656 -sTCP:LISTEN -t >/dev/null; then
checked=""
if ! lsof -Pi :5556 -sTCP:LISTEN -t >/dev/null; then
if ! lsof -Pi :5656 -sTCP:LISTEN -t >/dev/null; then
checked=""
fi
fi
fi
fi