mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-03-03 07:00:45 +00:00
whitespace
This commit is contained in:
parent
ab405c586d
commit
2b63d77dc9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user