From dfca8b2c20279ae3eb6af235b3732b2f0e1d6353 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 28 May 2020 13:15:38 +0200 Subject: [PATCH] fix variable name --- makeschsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeschsh b/makeschsh index e728dc0..b301c2d 100755 --- a/makeschsh +++ b/makeschsh @@ -63,7 +63,7 @@ setup.fstab=schsh/{0}.fstab # Make sure ~/data (part of the fstab above) exists. if not os.path.exists(data): os.mkdir(data) - shutil.chown(data, user, user) + shutil.chown(data, name, name) os.chmod(data, 0o640) # user configuration -- 2.30.2