From 73b98fdf3658e96640d939743c6bb641b3281703 Mon Sep 17 00:00:00 2001 From: Roy Wiggins Date: Fri, 13 Dec 2024 23:31:40 +0000 Subject: [PATCH] install fix --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 1836d96..d5d0bff 100755 --- a/install.sh +++ b/install.sh @@ -376,7 +376,6 @@ install_app_files() { sudo ln -s "$MERCURE_SRC/app" "$MERCURE_BASE" sudo chown -h $OWNER:$OWNER ./app link_binaries - sudo chown -R $OWNER:$OWNER "$MERCURE_SRC/app" sudo chmod g+w "$MERCURE_SRC/app" # the mercure user and running user will be in each other's groups sudo usermod -aG $OWNER $(logname)