From 43d208ce4de60e2e55f37690e03038a9d5e29087 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Mon, 20 Jun 2022 17:08:52 +0200 Subject: [PATCH] oops --- input/oobe/data/bin/login | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/oobe/data/bin/login b/input/oobe/data/bin/login index 11e949f..82f2091 100755 --- a/input/oobe/data/bin/login +++ b/input/oobe/data/bin/login @@ -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"):