mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-12-06 02:53:37 -08:00
update aniwrapper sync to pass verbose option
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user