Minor fix to make what is happening in package install a bit more clear.

This commit is contained in:
Tim Kuhlman 2014-04-30 09:35:29 -06:00
parent 33d6481721
commit b960baa599
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ case "$1" in
if [ $RETVAL -eq 3 ]; then
# No agent.conf file is present. The user is probably following
# the step-by-step instructions and will add the config file next.
echo "No /etc/mon-agent/agent.conf found, exiting"
exit 0
else
exit $?