whitespace

This commit is contained in:
AJ ONeal 2018-06-13 12:59:44 -06:00
parent ab405c586d
commit 2b63d77dc9
1 changed files with 4 additions and 1 deletions

View File

@ -309,6 +309,7 @@ $sudo_cmd chown -R $my_user "$TELEBIT_PATH"
###############################
# Actually Launch the Service #
###############################
echo ""
if [ "launchd" == "$my_system_launcher" ]; then
echo "${sudo_cmde}launchctl load -w $my_root/$my_app_launchd_service"
$sudo_cmd launchctl load -w "$my_root/$my_app_launchd_service"
@ -318,8 +319,10 @@ if [ "systemd" == "$my_system_launcher" ]; then
$sudo_cmd systemctl restart $my_app
fi
echo ""
echo "telebit init --tty"
sleep 2
echo ""
sleep 0.25
$TELEBIT_PATH/bin/node $TELEBIT_PATH/bin/telebit.js init --tty
$TELEBIT_PATH/bin/node $TELEBIT_PATH/bin/telebit.js enable