Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Wiggins authored and Roy Wiggins committed Dec 13, 2024
1 parent 9b62f97 commit 3c17661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ install_app_files() {
link_binaries
sudo chown -R $OWNER:$OWNER "$MERCURE_SRC/app"
# the mercure user and running user will be in each other's groups
sudo usermod -aG $OWNER $USER
sudo usermod -aG $USER $OWNER
sudo usermod -aG $OWNER $(logname)
sudo usermod -aG $(logname) $OWNER
return
fi

Expand Down

0 comments on commit 3c17661

Please sign in to comment.