Merge branch 'develop'
This commit is contained in:
commit
5fb96e9b0b
@ -50,8 +50,8 @@ if [ -n "$idx" ]; then
|
||||
echo $nbC
|
||||
elif [ -z "$nbT" ]; then
|
||||
echo $nbT
|
||||
elif [ "$nbT" -gt "$nbC" ]; then
|
||||
|
||||
#elif [ "$nbT" -gt "$nbC" ]; then
|
||||
else
|
||||
# Create file to indicate indexing
|
||||
rm -f $PATH_LOG/dir-*.idx
|
||||
echo "START $(date '+%Y-%m-%d %H:%M:%S')" >> $FILEINDEX
|
||||
|
@ -50,7 +50,8 @@ if [ -n "$idx" ]; then
|
||||
echo $nbC
|
||||
elif [ -z "$nbT" ]; then
|
||||
echo $nbT
|
||||
elif [ "$nbT" -gt "$nbC" ]; then
|
||||
#elif [ "$nbT" -gt "$nbC" ]; then
|
||||
else
|
||||
# Create file to indicate indexing
|
||||
rm -f $PATH_LOG/ent-*.idx
|
||||
echo "START $(date '+%Y-%m-%d %H:%M:%S')" >> $FILEINDEX
|
||||
|
Loading…
Reference in New Issue
Block a user