From 11b5474d1e5f8fb776ea5e3e1d884799fae0dca1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 10 Aug 2019 01:47:28 -0600 Subject: [PATCH] add option separator --- scripts/postinstall.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/postinstall.js b/scripts/postinstall.js index 462eae7..6bd6ddb 100644 --- a/scripts/postinstall.js +++ b/scripts/postinstall.js @@ -39,6 +39,7 @@ run('serviceman', [ '--rdns', 'io.telebit.remote.telebit', path.resolve(__dirname, '..', 'bin', 'telebit.js'), + '--', 'daemon', '--config', path.join(os.homedir(), '.config/telebit/telebitd.yml')