indexer: Fix bug in Contents file parsing + decrease cron verbosity

Turns out that not all Contents files heave a header.
This commit is contained in:
Yorhel 2016-11-27 10:48:32 +01:00
parent eb15b6e2c7
commit b79ecfb284
2 changed files with 9 additions and 10 deletions

View file

@ -2,8 +2,8 @@ test -f .config && source ./.config
index() {
echo "====> indexer -vv $@"
./indexer -vv $@ 2>&1
echo "====> indexer -v $@"
./indexer -v $@ 2>&1
echo
}