Skip to content

Commit

Permalink
Removed errant exit statement
Browse files Browse the repository at this point in the history
  • Loading branch information
twdbben committed Dec 5, 2024
1 parent 852e5b1 commit 266dab7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/ckan/entrypoint.d/01_ckan_db_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ UPGRADE=0

if [ "$UPGRADE" -ne 1 ]; then
echo "Warning: UPGRADE not enabled. If you want db upgrade to run, set UPGRADE=1 in twdh_ckan_docker/docker/ckan/entrypoint.d/01_ckan_db_upgrade.sh"
exit
else
ckan -c /srv/app/production.ini db upgrade
fi
Expand Down

0 comments on commit 266dab7

Please sign in to comment.