Spotter-VM/ckan/setup/etc/periodic/hourly/ckan

7 lines
281 B
Plaintext
Raw Normal View History

2017-12-20 22:46:18 +01:00
#!/bin/sh
2018-09-14 10:33:07 +02:00
if [ -e /run/openrc/started/ckan ]; then
lxc-attach -u 8003 -g 8003 ckan -- paster --plugin=ckan tracking update -c /etc/ckan/ckan.ini >/dev/null
lxc-attach -u 8003 -g 8003 ckan -- paster --plugin=ckan search-index rebuild -r -c /etc/ckan/ckan.ini >/dev/null
fi