Update start_ckan.sh.override

This commit is contained in:
mnjnz 2023-06-22 10:40:37 +02:00
parent 81b76e017d
commit 21cd74c7e1
No known key found for this signature in database
GPG Key ID: 2654E8DA034EB7B5
1 changed files with 0 additions and 3 deletions

View File

@ -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