From 4f2c01869625425bb0640e3e080e5cd2d4a3a84c Mon Sep 17 00:00:00 2001
From: Unexpectedly Dismantled <darl@alchemyviewer.org>
Date: Thu, 27 May 2021 16:12:01 -0400
Subject: [PATCH] Update Linux wrapper script with new chrome-sandbox location,
 oops

---
 indra/newview/linux_tools/wrapper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/linux_tools/wrapper.sh b/indra/newview/linux_tools/wrapper.sh
index ff9ec5ab757..e03fd1e1f42 100755
--- a/indra/newview/linux_tools/wrapper.sh
+++ b/indra/newview/linux_tools/wrapper.sh
@@ -101,7 +101,7 @@ for ARG in "$@"; do
 done
 
 # Check chrome-sandbox permissions, and try to set them if they are not already
-SANDBOX_BIN=bin/chrome-sandbox
+SANDBOX_BIN=bin/llplugin/chrome-sandbox
 # if set-user-id = false || is writable || executable = false || read is false || is owned by effective uid || is owned by effective gid
 if [[ !(-u $SANDBOX_BIN) || (-w $SANDBOX_BIN) || !(-x $SANDBOX_BIN) || !(-r $SANDBOX_BIN) || ( -O $SANDBOX_BIN) || (-G $SANDBOX_BIN) ]]; then
     echo "$SANDBOX_BIN permissions are incorrect and will be reset"
-- 
GitLab