From 5bfac31af4a54fa855cbc9487cb62a5f4ad554a2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 15 May 2017 18:16:10 +0000 Subject: [PATCH] use my_app_name --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()