From c55a348e4a947f3ba0b50009fba106153477558e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 24 Jun 2018 02:45:32 -0600 Subject: [PATCH] echo typo fix --- usr/share/install_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/install_helper.sh b/usr/share/install_helper.sh index 1f609d2..56f75d9 100644 --- a/usr/share/install_helper.sh +++ b/usr/share/install_helper.sh @@ -387,7 +387,7 @@ elif [ "launchd" == "$my_system_launcher" ]; then my_stopper="${real_sudo_cmde}launchctl unload $my_app_launchd_service" echo "Edit the config and restart, if desired:" echo "" - echo " ${real_sudo_cmde}$my_edit $TELEBIT_CONFGD" + echo " ${real_sudo_cmde}$my_edit $TELEBIT_CONFIGD" echo " ${real_sudo_cmde}launchctl unload $my_app_launchd_service" echo " ${real_sudo_cmde}launchctl load -w $my_app_launchd_service" echo ""