From 6abc0a59b45aaeb10a4a48d9d184a3942e4af4e8 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 1 Feb 2021 14:26:18 +0100 Subject: [PATCH] minor fix --- pandora_agents/unix/pandora_agent.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pandora_agents/unix/pandora_agent.spec b/pandora_agents/unix/pandora_agent.spec index 0289f19514..535bc136cf 100644 --- a/pandora_agents/unix/pandora_agent.spec +++ b/pandora_agents/unix/pandora_agent.spec @@ -110,8 +110,10 @@ then systemctl enable pandora_agent_daemon.service if [ "$?" -gt 0 ] then - chkconfig pandora_agent_daemon on || echo "There was a problem configuring pandora_agent_daemon service to run on boot. Please enable it manually." + chkconfig pandora_agent_daemon on || echo "There was a problem configuring pandora_agent_daemon service to run on boot. Please enable it manually." fi +else + chkconfig pandora_agent_daemon on || echo "There was a problem configuring pandora_agent_daemon service to run on boot. Please enable it manually." fi if [ "$1" -gt 1 ]