Commit 426655c30aa2a946ffa1a4ef8a4356250f425932
1 parent
be0208db48
Exists in
master
Typo on blocktime
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
lib/smstools-config/creator.js
... | ... | @@ -43,7 +43,7 @@ logfile = ${config.smstools_logfile || config.smstools_log_file || '/var/log/sms |
43 | 43 | loglevel = ${smstoolsConfig.loglevel || 5} |
44 | 44 | errorsleeptime = ${config.smstools_errorsleeptime || 10} |
45 | 45 | blockafter = ${config.smstools_blockafter || 3} |
46 | -blocktime = ${config.smstools.blocktime || 3600} | |
46 | +blocktime = ${config.smstools_blocktime || 3600} | |
47 | 47 | smart_logging = yes |
48 | 48 | autosplit = ${(config.smstools_autosplit !== undefined && config.smstools_autosplit !== null) ? config.smstools_autosplit : 1} |
49 | 49 | user = ${smstoolsConfig.user || 'smstools'} |