summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index b230823..2c56c3c 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -139,7 +139,7 @@ check_rsync() {
SPEED="unknown"
if [[ -f ${LOGDIR}/rsync-${NAME}.log ]]; then
SPEED=$(
- SPEEDLINE=$(egrep '[[0-9.,]]+ bytes/sec' "${LOGDIR}/rsync-${NAME}.log" | tail -n 1)
+ SPEEDLINE=$(egrep '[0-9.,]+ bytes/sec' "${LOGDIR}/rsync-${NAME}.log" | tail -n 1)
set "nothing" ${SPEEDLINE}
echo ${8:-""}
)