mirror of
https://github.com/smxi/inxi.git
synced 2025-04-18 07:39:13 +00:00
cleaned up some cruft
This commit is contained in:
parent
32096b167f
commit
af5ea2107f
1 changed files with 1 additions and 2 deletions
3
inxi
3
inxi
|
@ -1218,9 +1218,8 @@ script_self_updater()
|
|||
else
|
||||
error_handler 16
|
||||
fi
|
||||
fi
|
||||
# now run the error handlers on any wget failure
|
||||
if [[ $wget_error -gt 0 ]];then
|
||||
else
|
||||
if [[ $2 == 'svn server' ]];then
|
||||
error_handler 8 "$wget_error"
|
||||
elif [[ $2 == 'alt server' ]];then
|
||||
|
|
Loading…
Add table
Reference in a new issue