From 0f133d0b358d599b0199fdd6728aac090af26bda Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 5 May 2022 10:05:45 -0400 Subject: [PATCH] Build: Improve echo in install-infection-monkey-service.sh --- build_scripts/appimage/install-infection-monkey-service.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build_scripts/appimage/install-infection-monkey-service.sh b/build_scripts/appimage/install-infection-monkey-service.sh index bb2f02903..bdc16cdf3 100755 --- a/build_scripts/appimage/install-infection-monkey-service.sh +++ b/build_scripts/appimage/install-infection-monkey-service.sh @@ -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() {