Remove redundant fixing of DOTDIR

This commit is contained in:
2022-07-02 15:51:33 +02:00
parent 5dd7cfc6af
commit 1f27aee39c

View File

@@ -87,7 +87,3 @@ if [[ $NAME == "Ubuntu" ]] ; then
fi fi
cd "$DOTDIR" && make cd "$DOTDIR" && make
# fix permissions of the directory
sudowrap chgrp -R dotfiles "${DOTDIR}"
sudowrap chmod g+wX "${DOTDIR}"