This commit is contained in:
Fierelier 2022-06-20 17:08:52 +02:00
parent 63f7125155
commit 43d208ce4d

View File

@ -106,7 +106,7 @@ ff02::2 ip6-allrouters\
if encrypt == "y":
call(["modprobe","ecryptfs"])
with opem("/etc/modules","a",encode="utf-8") as mfile:
with open("/etc/modules","a",encode="utf-8") as mfile:
mfile.write("ecryptfs\n")
call(["ecryptfs-migrate-home","-u",username])
for root,dirs,files in os.walk("/home"):