Commit da320eab authored by Vitaly Lipatov's avatar Vitaly Lipatov

gluster

parent f4b9d33b
......@@ -11,5 +11,8 @@ shift
echo "check $(dirname "$1") ..."
for f in "$@" ; do
TP="/var/ftp/$f"
test -e "$TP" || echo "$f"
test -e "$TP" && continue
usleep 200000
test -e "$f" || { echo "RECOVERED $f" >&2 ; continue ; }
echo "$f"
done | tee -a $0.log
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment