forked from p34709852/monkey
Build: Improve echo in install-infection-monkey-service.sh
This commit is contained in:
parent
56bdbe5ac6
commit
0f133d0b35
|
@ -27,9 +27,8 @@ install_service() {
|
||||||
copy_appimage
|
copy_appimage
|
||||||
install_systemd_unit "$1"
|
install_systemd_unit "$1"
|
||||||
|
|
||||||
|
echo "The Infection Monkey service has been installed and will start on boot."
|
||||||
echo -e "The Infection Monkey service has been installed and will start on boot.\n\
|
echo "Run 'systemctl start infection-monkey' to start the service now."
|
||||||
Run 'systemctl start infection-monkey' to start the service now."
|
|
||||||
}
|
}
|
||||||
|
|
||||||
copy_appimage() {
|
copy_appimage() {
|
||||||
|
|
Loading…
Reference in New Issue