Skip to content

Commit

Permalink
commenting out del of checksum line in server env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Staiger, Christine committed Aug 22, 2024
1 parent 583a35d commit 54f18af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/irods_catalog_provider/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ su irods -c 'bash -c "./irodsctl stop"'

echo "Starting server"
cd /usr/sbin
sed 's/"irods_default_hash_scheme": "SHA256",//g' /var/lib/irods/.irods/irods_environment.json > t.json
mv t.json /var/lib/irods/.irods/irods_environment.json
#sed 's/"irods_default_hash_scheme": "SHA256",//g' /var/lib/irods/.irods/irods_environment.json > t.json
#mv t.json /var/lib/irods/.irods/irods_environment.json
su irods -c 'bash -c "./irodsServer -u"'

0 comments on commit 54f18af

Please sign in to comment.