Commit 2b10800f95ab678dfb1a5faa09e7bc0f5c4b4262

Authored by Adhidarma Hadiwinoto
1 parent ceceec4da3
Exists in master

orderby again

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

lib/smstools-config/creator.js
... ... @@ -38,7 +38,7 @@ module.exports = () => {
38 38 # Generated by komodo-center-smstools based on config timestamp ${moment(smstoolsConfig.ts).format('YYYY-MM-DD HH:mm:ss')}
39 39 # Do not edit this file manually
40 40  
41   -devices = ${modemNames().join(',')}
  41 +devices = ${orderBy(modemNames()).join(',')}
42 42 logfile = ${config.smstools_logfile || config.smstools_log_file || '/var/log/smsd/smsd.log'}
43 43 loglevel = ${smstoolsConfig.loglevel || 5}
44 44 smart_logging = yes