Commit 0fb8b9d58d1b9225d70c0f728c6ddd150b513499

Authored by Adhidarma Hadiwinoto
1 parent 50afa10e3d
Exists in master

modem name on generator

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

bin/smsd-config-generator.js
... ... @@ -7,7 +7,7 @@ let i = 0;
7 7 const isOutgoing = config.outgoing_modems && (config.outgoing_modems.indexOf(modem) >= 0) ? 'yes' : 'no';
8 8  
9 9 const content = `
10   -[GSM${i}]
  10 +[${modem}]
11 11 device = /dev/tty${modem}
12 12 incoming = yes
13 13 outgoing = ${isOutgoing}