Fix setup worker
This commit is contained in:
parent
58e9c9a2d5
commit
424035617f
|
@ -11,4 +11,4 @@ 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')"
|
||||
|
||||
# Setup worker
|
||||
ckan config-tool $CKAN_INI jobs worker
|
||||
ckan config-tool $CKAN_INI jobs worker default
|
Loading…
Reference in New Issue