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

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