2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-04-21 19:40:37 +00:00

echo typo fix

This commit is contained in:
AJ ONeal 2018-06-24 02:45:32 -06:00
parent 2e4422e5b8
commit c55a348e4a

View File

@ -387,7 +387,7 @@ elif [ "launchd" == "$my_system_launcher" ]; then
my_stopper="${real_sudo_cmde}launchctl unload $my_app_launchd_service" my_stopper="${real_sudo_cmde}launchctl unload $my_app_launchd_service"
echo "Edit the config and restart, if desired:" echo "Edit the config and restart, if desired:"
echo "" 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 unload $my_app_launchd_service"
echo " ${real_sudo_cmde}launchctl load -w $my_app_launchd_service" echo " ${real_sudo_cmde}launchctl load -w $my_app_launchd_service"
echo "" echo ""