Make sure we insert new line

ubuntu/focal
Rohan Garg 9 years ago committed by Simon Quigley
parent 9dbdf28577
commit 368504cbe8

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

Loading…
Cancel
Save