From 1b665b1755dcb9ccf8220b9a5df45ca17dd136c6 Mon Sep 17 00:00:00 2001 From: Danny de Kooker Date: Tue, 17 Sep 2024 15:46:54 +0000 Subject: [PATCH] Change rmmagent file name --- Supporting_scripts/Linux - Update TRMM agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Supporting_scripts/Linux - Update TRMM agent.sh b/Supporting_scripts/Linux - Update TRMM agent.sh index 0d4c0ab..b1db47c 100644 --- a/Supporting_scripts/Linux - Update TRMM agent.sh +++ b/Supporting_scripts/Linux - Update TRMM agent.sh @@ -177,7 +177,7 @@ function agent_compile() { function update_agent() { systemctl stop tacticalagent - cp /tmp/temp_rmmagent /usr/local/bin/tacticalagent + cp /tmp/temp_rmmagent /usr/local/bin/rmmagent rm /tmp/temp_rmmagent systemctl start tacticalagent