fix the name printed in the startup script

pull/144/head
John Shahid 2013-12-12 16:36:25 -05:00
parent 6d64f0475d
commit 8d75e0dfe6
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ case $1 in
else
sudo ${daemon}-daemon -pidfile $pidfile -config /opt/$name/shared/config.toml
fi
log_success_msg "Anomalous agent started"
log_success_msg "$name process was started"
;;
stop)
# Stop the daemon.