Skip to content

Commit

Permalink
disable server config debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jan 17, 2024
1 parent 1cf3231 commit ede13c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ if [[ "$1" == "irods-start" ]]; then

echo "Set up unattended configuration file"
j2 -o /unattended_config.json --undefined --filters=j2-filters.py unattended_config.json.j2
cat /unattended_config.json # For debugging
# DEBUG
# cat /unattended_config.json

echo "Perform iRODS setup"
python3 /var/lib/irods/scripts/setup_irods.py --json_configuration_file=/unattended_config.json
Expand Down

0 comments on commit ede13c5

Please sign in to comment.