Skip to content

Commit

Permalink
[QOLSVC-978] adjust config processing to handle app-specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Sep 12, 2023
1 parent 93361cf commit d72475c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/process-config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
if [ -d "$SRC_DIR/ckan/ckanext/activity" ]; then
sed -i 's|^ckan.plugins =|ckan.plugins = activity|' $CKAN_INI
sed -i 's|^ckan.plugins =|ckan.plugins = activity|' .docker/test.ini
sed -i 's|^ckan.plugins =|ckan.plugins = activity|' $CKAN_INI .docker/test-*.ini
fi

0 comments on commit d72475c

Please sign in to comment.