5 lines
170 B
Bash
Executable File
5 lines
170 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/srv/ckan/bin/paster --plugin=ckan tracking update -c /etc/ckan/ckan.ini && \
|
|
/srv/ckan/bin/paster --plugin=ckan search-index rebuild -r -c /etc/ckan/ckan.ini
|