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:
parent
231aa993f8
commit
c04adc15fd
2 changed files with 0 additions and 1 deletions
1
dzgui.sh
1
dzgui.sh
|
@ -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"
|
||||
|
|
Before Width: | Height: | Size: 497 KiB After Width: | Height: | Size: 497 KiB |
Loading…
Reference in a new issue