Skip to content

Commit

Permalink
Update postinst command description #23
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrusev authored Jan 15, 2018
1 parent c5cda15 commit 0b6cfc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/postinst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function install_systemd {
systemctl daemon-reload || true
echo "### You can start amonagent by executing"
echo ""
echo "sudo systemctl amonagent start"
echo "sudo systemctl start amonagent.service"
echo ""
echo "###"
}
Expand Down Expand Up @@ -128,4 +128,4 @@ if [ ! -d /etc/opt/amonagent/machine-id ]; then
echo ""
echo "###"

fi
fi

0 comments on commit 0b6cfc1

Please sign in to comment.