fix reporsync
This commit is contained in:
parent
68ccdd1b00
commit
a9a7f2bd6b
|
@ -36,7 +36,7 @@ _parse_rsync_args() {
|
|||
done
|
||||
|
||||
# trim CLI parameters
|
||||
shift "(($OPTIND -1))"
|
||||
shift "$(($OPTIND -1))"
|
||||
|
||||
RR_FROM="$1"
|
||||
RR_TO="$2"
|
||||
|
|
Loading…
Reference in a new issue