mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-21 09:04:37 -04:00
Update searchall1.sh
The up1.sh does not exist. up.sh does the work
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
TMPFILE=`mktemp -t search` || exit 1
|
||||
for address in `./up1.sh $1`; do sleep 0.01; ./search1.sh -s $address $2 >> $TMPFILE & done
|
||||
for address in `./up.sh $1`; do sleep 0.01; ./search1.sh -s $address $2 >> $TMPFILE & done
|
||||
sleep 2
|
||||
cat $TMPFILE
|
||||
cat $TMPFILE
|
||||
|
Reference in New Issue
Block a user