Make sure we insert new line

This commit is contained in:
Rohan Garg 2015-10-01 17:08:44 +02:00 committed by Simon Quigley
parent 9dbdf28577
commit 368504cbe8

View File

@ -34,7 +34,7 @@ def run():
krfbrc.write("[Security]\n" + krfbrc.write("[Security]\n" +
"allowUnattendedAccess=true\n" + "allowUnattendedAccess=true\n" +
"desktopPassword=" + obfuscatedPassword + "\n" + "desktopPassword=" + obfuscatedPassword + "\n" +
"noWallet=true" + "noWallet=true\n" +
"unattendedPassword=" + obfuscatedPassword + "\n") "unattendedPassword=" + obfuscatedPassword + "\n")
userEntry = getpwnam(user) userEntry = getpwnam(user)