Fix /var/lib/dotfiles permissions after install

This commit is contained in:
2020-12-09 22:35:23 +01:00
parent c09f660884
commit c41460e4a2

View File

@@ -86,3 +86,7 @@ if ! python3 -c 'import venv' 2>/dev/null ; then
fi
cd "$DOTDIR" && make
# fix permissions of the directory
sudowrap chgrp -R dotfiles "${DOTDIR}"
sudowrap chmod g+wX "${DOTDIR}"