Skip to content

Commit

Permalink
adding chmod just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
felder committed Oct 24, 2023
1 parent 05ad7ab commit e30073a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/data101/image/postBuild
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ wget https://downloads.mongodb.com/compass/mongosh-2.0.2-linux-x64.tgz
tar xvfz mongosh-2.0.2-linux-x64.tgz
cp -v mongosh-2.0.2-linux-x64/bin/mongosh ${CONDA_DIR}/bin/
cp -v mongosh-2.0.2-linux-x64/bin/mongosh_crypt_v1.so ${CONDA_DIR}/lib/
chmod 775 ${CONDA_DIR}/bin/mongosh
chmod 775 ${CONDA_DIR}/lib/mongosh_crypt_v1.so
cd /
rm -rf /tmp/mongosh

0 comments on commit e30073a

Please sign in to comment.