Fix xloader setup

TODO: Setup worker background
This commit is contained in:
mnjnz 2023-04-02 01:30:43 +02:00
parent cb5f3afba8
commit 3ffba6fe0d
No known key found for this signature in database
GPG Key ID: 2654E8DA034EB7B5
1 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,6 @@ ckan config-tool $CKAN_INI \
echo "Set up ckanext.xloader.api_token in the CKAN config file" echo "Set up ckanext.xloader.api_token in the CKAN config file"
ckan config-tool $CKAN_INI "ckanext.xloader.api_token = $(ckan -c $CKAN_INI user token add ckan_admin xloader | tail -n 1 | tr -d '\t')" ckan config-tool $CKAN_INI "ckanext.xloader.api_token = $(ckan -c $CKAN_INI user token add ckan_admin xloader | tail -n 1 | tr -d '\t')"
# Setup worker #TODO: Setup worker background
echo "Set up CKAN jobs worker" #echo "Set up CKAN jobs worker"
ckan config-tool $CKAN_INI jobs worker default #ckan -c $CKAN_INI jobs worker default