From ea40ee3e92076b377da483d79c408163a8f7e199 Mon Sep 17 00:00:00 2001 From: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Thu, 12 Jan 2023 18:28:47 +0000 Subject: fix typo that meant homebrew/services was not owned by root --- gui/user_install_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3