Skip to content

Commit

Permalink
#61 fix startup for 4.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Jul 9, 2021
1 parent b033be9 commit d992d85
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-test-framework/4-2/start_provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ python /var/lib/irods/scripts/setup_irods.py < /var/lib/irods/packaging/localhos
cp /server_config.json /etc/irods/server_config.json
cp /jargon_extras.re /etc/irods/jargon_extras.re

echo Running Test Setup Script
su irods -c '/testsetup-consortium.sh'
echo Completed Test Setup Script

echo Now restart for new server_config.json
su irods -c 'python /var/lib/irods/scripts/irods_control.py restart'
echo Completed iRODS restart

echo Running Test Setup Script
su irods -c '/testsetup-consortium.sh'
echo Completed Test Setup Script

# Keep container running if the test fails.
tail -f /dev/null
# Is this better? sleep 2147483647d
Expand Down

0 comments on commit d992d85

Please sign in to comment.