mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-25 16:45:05 +00:00
Fixed typo at error detail spooling
This commit is contained in:
parent
9fa93a3ba1
commit
f08fcce4c7
@ -66,7 +66,7 @@ function curl_call() {
|
||||
curl_result=$(eval $curl_cmd)
|
||||
|
||||
if [ "$curl_result" == '"Authentication failed."' ] || [ "$curl_result" == 'Response timed out' ]; then
|
||||
printf "\nNew login required (§curl_result)... "
|
||||
printf "\nNew login required ($curl_result)... "
|
||||
login
|
||||
printf "%${#len_resultset}s" " "; printf " .."
|
||||
curl_call $1
|
||||
|
Loading…
x
Reference in New Issue
Block a user