update aniwrapper sync to pass verbose option

This commit is contained in:
ksyasuda 2021-11-22 12:42:07 -08:00
parent ee507bd220
commit 78b8dbb3eb

View File

@ -225,9 +225,11 @@ case "$selection" in
-l 1 -p "Enter path to private key (leave blank if not needed or if unsure):") -l 1 -p "Enter path to private key (leave blank if not needed or if unsure):")
if [[ -z "$keypath" ]]; then if [[ -z "$keypath" ]]; then
printf "%s\n%s\n%d\n%s\n" "$username" "$host" "$port" "" | ani-cli -s printf "%s\n%s\n%d\n%s\n" "$username" "$host" "$port" "" | run -s
# printf "%s\n%s\n%d\n%s\n" "$username" "$host" "$port" "" | ani-cli -s
else else
printf "%s\n%s\n%d\n%s\n" "$username" "$host" "$port" "$keypath" | ani-cli -s # printf "%s\n%s\n%d\n%s\n" "$username" "$host" "$port" "$keypath" | ani-cli -s
printf "%s\n%s\n%d\n%s\n" "$username" "$host" "$port" "$keypath" | run -s
fi fi
if [[ "$?" -ne 0 ]]; then if [[ "$?" -ne 0 ]]; then