mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-11 09:35:09 +00:00
commit
f872f9f3d3
4
tomb
4
tomb
@ -247,7 +247,7 @@ Commands:
|
|||||||
EOF
|
EOF
|
||||||
if [ "$RESIZER" = 1 ]; then
|
if [ "$RESIZER" = 1 ]; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
resize resize a TOMB to a new --size (can only grow)
|
resize resize a TOMB to a new --size (can only grow)
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
if [ "$STEGHIDE" = 1 ]; then
|
if [ "$STEGHIDE" = 1 ]; then
|
||||||
@ -1527,7 +1527,7 @@ index_tombs() {
|
|||||||
{ test -r ${tombmount}/.noindex } && {
|
{ test -r ${tombmount}/.noindex } && {
|
||||||
say "skipping $tombname (.noindex found)"
|
say "skipping $tombname (.noindex found)"
|
||||||
continue }
|
continue }
|
||||||
say "sndexing $tombname"
|
say "indexing $tombname"
|
||||||
updatedb -l 0 -o ${tombmount}/.updatedb -U ${tombmount}
|
updatedb -l 0 -o ${tombmount}/.updatedb -U ${tombmount}
|
||||||
say "search index updated"
|
say "search index updated"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user