From: Ralf Jung Date: Thu, 28 May 2020 11:15:38 +0000 (+0200) Subject: fix variable name X-Git-Url: https://git.ralfj.de/schsh.git/commitdiff_plain fix variable name --- 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