mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-03-03 07:00:45 +00:00
bugfix: 0-index, duh
This commit is contained in:
parent
02a53f681f
commit
32f969cb18
@ -3,7 +3,7 @@
|
||||
'use strict';
|
||||
|
||||
// node telebit daemon arg1 arg2
|
||||
if ('daemon' === process.argv[3]) {
|
||||
if ('daemon' === process.argv[2]) {
|
||||
require('./telebitd.js');
|
||||
} else {
|
||||
require('./telebit-remote.js');
|
||||
|
Loading…
x
Reference in New Issue
Block a user