From 7b0f021990ea0b041252592cd817696e870ac614 Mon Sep 17 00:00:00 2001 From: r3abm Date: Mon, 17 Jun 2024 22:25:56 +0300 Subject: [PATCH] Update tellusagent.sh --- tellusagent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tellusagent.sh b/tellusagent.sh index 06e2cdd..abf4679 100755 --- a/tellusagent.sh +++ b/tellusagent.sh @@ -25,7 +25,7 @@ then SERVICE_MODE=$1 fi -$DIRECTORY/tellusagent \ +exec $DIRECTORY/tellusagent \ --connect-port ${CONNECT_PORT} \ --control-port ${CONTROL_PORT} \ --media-port ${MEDIA_PORT} \