diff --git a/scripts/elevate-linux.sh b/scripts/elevate-linux.sh index ca650377..519182ad 100755 --- a/scripts/elevate-linux.sh +++ b/scripts/elevate-linux.sh @@ -35,7 +35,7 @@ error() { # Check if we're running as root if [ "$EUID" -eq 0 ]; then - ./$binary + $APPDIR/$binary else # Determine a unique mountpoint based on the current mount point.