We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c468da7 commit 8e94cb3Copy full SHA for 8e94cb3
parse-rsync-stats.sh
@@ -9,8 +9,8 @@ LOGF=$LOGF2
9
exit 1
10
else
11
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"
+ for FILE in `ls .log/*.csv` ; do
+ ./parse-rsync-stats.sh "$FILE"
14
done
15
exit 0
16
fi
0 commit comments