Skip to content

Commit

Permalink
chore: make sure bins are readable
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Nov 3, 2023
1 parent 89fcecb commit 35ed094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_biowulf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ popd

echo "Installing CRUISE to ${install_path}"
pip install ${repo_path} --target ${install_path} --upgrade
chmod a+x ${install_path}/cruise/bin/*.*
chmod a+rx ${install_path}/cruise/bin/*.*
chmod -R a+r ${install_path}

if [[ ":$PATH:" != *":${bin_path}:"* ]];then
Expand Down

0 comments on commit 35ed094

Please sign in to comment.