Fixed typo at error detail spooling

This commit is contained in:
totti4ever 2020-10-22 23:05:44 +02:00 committed by GitHub
parent 9fa93a3ba1
commit f08fcce4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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