init: apply permissions recursive

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2019-03-25 18:29:10 +01:00
parent df930b7782
commit bea3c80c3f

View File

@ -539,8 +539,8 @@ case "$1" in
chown -R "$TOUSER" . *
chmod 711 .
chmod -R a-w *
chmod u+w "$COUNT" "$TMPDIR" *.log
chmod o-r,o-w "$COUNT" "$TMPDIR" token
chmod -R u+w "$COUNT" "$TMPDIR" *.log
chmod -R o-r,o-w "$COUNT" "$TMPDIR" token
ls -la
exit
fi