diff --git a/install.sh b/install.sh index c2b96a2..b18a436 100755 --- a/install.sh +++ b/install.sh @@ -112,7 +112,7 @@ install_for_systemd() echo "$my_app_name started with systemctl, check its status like so" echo " $sudo_cmd systemctl status $my_app_name" - echo " $sudo_cmd journalctl -xe -u goldilocks" + echo " $sudo_cmd journalctl -xe -u $my_app_name" } install_for_launchd()