seeddms-code/utils/seeddms-indexer

7 lines
163 B
Plaintext
Raw Normal View History

#!/bin/sh
2016-01-19 14:24:23 +00:00
if [ -z ${SEEDDMS_HOME+x} ]; then
echo "Please set SEEDDMS_HOME before running this script";
exit 1;
fi
php -f ${SEEDDMS_HOME}/utils/indexer.php -- $*