Build: Improve echo in install-infection-monkey-service.sh

This commit is contained in:
Mike Salvatore 2022-05-05 10:05:45 -04:00
parent 56bdbe5ac6
commit 0f133d0b35
1 changed files with 2 additions and 3 deletions

View File

@ -27,9 +27,8 @@ install_service() {
copy_appimage
install_systemd_unit "$1"
echo -e "The Infection Monkey service has been installed and will start on boot.\n\
Run 'systemctl start infection-monkey' to start the service now."
echo "The Infection Monkey service has been installed and will start on boot."
echo "Run 'systemctl start infection-monkey' to start the service now."
}
copy_appimage() {