projects
/
schsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a127ff
)
fix variable name
master
author
Ralf Jung
<post@ralfj.de>
Thu, 28 May 2020 11:15:38 +0000
(13:15 +0200)
committer
Ralf Jung
<post@ralfj.de>
Thu, 28 May 2020 11:15:38 +0000
(13:15 +0200)
makeschsh
patch
|
blob
|
history
diff --git
a/makeschsh
b/makeschsh
index e728dc00dd27d46871ce74f4c620a1937fa6bf4b..b301c2d647c9d0c1a8605dba2579514955538dd9 100755
(executable)
--- 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