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