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:
parent
eb15b6e2c7
commit
b79ecfb284
2 changed files with 9 additions and 10 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue