From 21cd74c7e13e8de2cd3c1530dccb0e4089356737 Mon Sep 17 00:00:00 2001 From: mnjnz <96422458+mjanez@users.noreply.github.com> Date: Thu, 22 Jun 2023 10:40:37 +0200 Subject: [PATCH] Update start_ckan.sh.override --- ckan/setup/start_ckan.sh.override | 3 --- 1 file changed, 3 deletions(-) diff --git a/ckan/setup/start_ckan.sh.override b/ckan/setup/start_ckan.sh.override index b9d5de0..ce6eebd 100644 --- a/ckan/setup/start_ckan.sh.override +++ b/ckan/setup/start_ckan.sh.override @@ -18,9 +18,6 @@ fi # Run the prerun script to init CKAN and create the default admin user sudo -u ckan -EH python3 prerun.py -echo "Set up ckan.datapusher.api_token in the CKAN config file" -ckan config-tool $CKAN_INI "ckan.datapusher.api_token=$(ckan -c $CKAN_INI user token add ckan_admin datapusher | tail -n 1 | tr -d '\t')" - # Run any startup scripts provided by images extending this one if [[ -d "/docker-entrypoint.d" ]] then