summaryrefslogtreecommitdiff
path: root/gohan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gohan.sh')
-rwxr-xr-xgohan.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/gohan.sh b/gohan.sh
index 72730bb..e586d08 100755
--- a/gohan.sh
+++ b/gohan.sh
@@ -127,6 +127,7 @@ install_dotfiles() {
install_from_repo "https://git.davidtsadler.com/dotfiles/" "custom dotfiles" "$srcdir"
[ -d "$srcdir/dotfiles" ] && (
+ chown -R "$name":"$name" "$srcdir"
cd "$srcdir/dotfiles"
sudo -u "$name" make clean install >/dev/null 2>&1
)