Skip to content

Commit 97259c3

Browse files
author
Ethan Choe
committed
Fix permission issue in opensearch-jvector 3.6.0.0 build script
1 parent 7056f29 commit 97259c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

o/opensearch-jvector/opensearch-jvector_3.6.0.0_ubi_9.6.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ sudo dnf install -y java-25-openjdk-devel
3939
export JAVA_HOME=/usr/lib/jvm/java-25-openjdk
4040
export PATH="/usr/local/bin:$HOME/.local/bin:$JAVA_HOME/bin:$PATH"
4141

42+
sudo chown -R test_user:test_user /home/tester
43+
4244
# -------------------------------
4345
# Remove existing repositories (if they exist)
4446
# -------------------------------

0 commit comments

Comments
 (0)