fix typo
This commit is contained in:
parent
9bc82515ab
commit
8af0b94b15
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ for i in "${in_arr[@]}"; do
|
|||
done
|
||||
IFS=',' read -ra in_arr <<< "$PLUGIN_INCLUDE"
|
||||
for i in "${in_arr[@]}"; do
|
||||
PLUGIN_INCLUDE_STR="$PLUGIN_INCLUDE_STR -x $i"
|
||||
PLUGIN_INCLUDE_STR="$PLUGIN_INCLUDE_STR -i $i"
|
||||
done
|
||||
|
||||
lftp -e "set xfer:log 1; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue