1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-27 21:02:36 +01:00

Rename icon file

This commit is contained in:
aclist 2022-08-06 03:26:59 +09:00
parent 231aa993f8
commit c04adc15fd
2 changed files with 0 additions and 1 deletions

View file

@ -111,7 +111,6 @@ query_api(){
code=$(jq -r '.errors[] .status' <<< $response)
#TODO: fix granular api codes
if [[ $code -eq 401 ]]; then
echo "$code" >> outfile
warn_and_exit "Error $code: malformed API key"
elif [[ $code -eq 500 ]]; then
warn_and_exit "Error $code: malformed server list"

View file

Before

Width:  |  Height:  |  Size: 497 KiB

After

Width:  |  Height:  |  Size: 497 KiB