Commit d54a2eebcd9c59125bd798700a44c9b2f213bc60

Authored by Adhidarma Hadiwinoto
1 parent ff2a27b36e
Exists in master

Typo: smartlogging should be smart_logging

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

lib/smstools-config/creator.js
... ... @@ -40,7 +40,7 @@ module.exports = () => {
40 40 devices = ${modemNames().join(',')}
41 41 logfile = ${config.smstools_logfile || config.smstools_log_file || '/var/log/smsd/smsd.log'}
42 42 loglevel = ${smstoolsConfig.loglevel || 5}
43   -smartlogging = yes
  43 +smart_logging = yes
44 44 autosplit = ${(config.smstools_autosplit !== undefined && config.smstools_autosplit !== null) ? config.smstools_autosplit : 1}
45 45 user = ${smstoolsConfig.user || 'smstools'}
46 46 group = ${smstoolsConfig.group || 'smstools'}