1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

update for Ubuntu 14.04

This commit is contained in:
Joshua Tauberer
2014-04-17 20:17:24 -04:00
parent 48bbdd9999
commit 304bf3d360
8 changed files with 30 additions and 24 deletions

View File

@@ -35,7 +35,7 @@ for line in open(filename):
# comment-out the existing line
buf += "#" + line
# if this option oddly appears more than once, don't add the settingg again
# if this option oddly appears more than once, don't add the setting again
if i in found:
break