summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/user_install_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/user_install_script.sh b/gui/user_install_script.sh
index 376a7dd..d5336f7 100644
--- a/gui/user_install_script.sh
+++ b/gui/user_install_script.sh
@@ -159,7 +159,7 @@ systemctl enable plugin_loader
# will likely be removed at some point in the future
if [ "$SUDO_USER" = "deck" ]; then
sudo chown -R deck:deck /home/deck/homebrew
- sudo chown -R root:root /home/wumpus/homebrew/services/*
+ sudo chown -R root:root /home/deck/homebrew/services/*
fi
echo "100" ; echo "# Install finished, installer can now be closed";