Skip to content

Commit

Permalink
Merge pull request #1555 from novicecpp/crabhelm_fix_entrypoint_file
Browse files Browse the repository at this point in the history
Fix entrypoint.sh script for crabserver image
  • Loading branch information
arooshap authored Oct 10, 2024
2 parents f11dade + 32976a3 commit c309484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/crabserver/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ls /etc/proxy/proxy
export X509_USER_PROXY=/etc/proxy/proxy

# grid security
sudo cp /host/etc/grid-security/* /etc/grid-security
sudo cp -r /host/etc/grid-security/* /etc/grid-security
echo 'INFO Files in /etc/grid-security'
ls -lahZ /etc/grid-security

Expand Down

0 comments on commit c309484

Please sign in to comment.