minor fix

This commit is contained in:
Kevin 2021-02-01 14:26:18 +01:00
parent 9b1a4616ef
commit 6abc0a59b4

View File

@ -112,6 +112,8 @@ then
then
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 ]