slackbuilds/system/graphite-web/graphite-web.cron

8 lines
113 B
Bash

#!/bin/sh
set -e
if [ -x /usr/bin/graphite-build-search-index ]; then
/usr/bin/graphite-build-search-index
fi