Skip to content

Commit 8e94cb3

Browse files
authored
Update parse-rsync-stats.sh
1 parent c468da7 commit 8e94cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parse-rsync-stats.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LOGF=$LOGF2
99
exit 1
1010
else
1111
if [ "$LOGF" == "-a" ] ; then
12-
for FILE in `ls /share/storage2/BACKUP2/customers/.log/*.csv` ; do
13-
/share/storage2/BACKUP2/customers/parse-rsync-stats.sh.new "$FILE"
12+
for FILE in `ls .log/*.csv` ; do
13+
./parse-rsync-stats.sh "$FILE"
1414
done
1515
exit 0
1616
fi

0 commit comments

Comments
 (0)