teddych / railcontrol

RailControl
GNU General Public License v3.0
25 stars 13 forks source link

Trailing semicolon in railcontrol.dist.conf #9

Open Fuddl1 opened 3 months ago

Fuddl1 commented 3 months ago

Hi,

the sample railcontrol.conf.dist contains one line with a trailing ';' for logkeepbackups:

[…]
# Default dbkeepbackups is 10
dbkeepbackups = 10

# Default logkeepbackups is 10
logkeepbackups = 10; <-- That one
[…]

I guess that semicolon should be removed.

teddych commented 3 months ago

Hi,

Thanks for the advice! I have fixed it in the code on my development machine. It will be added with the next change of the file (which already in work). RailControl also works correctly with the semicolon, therefore I do not add a separate commit/fix.

Regards Teddy