(Change Version)

Improved bad download error handler message and options.
This commit is contained in:
inxi-svn 2008-11-13 02:03:04 +00:00
parent 6960738965
commit ccd62be018

6
inxi
View file

@ -1,7 +1,7 @@
#!/bin/bash
########################################################################
#### Script Name: inxi
#### version: 0.5.19
#### version: 0.5.20
#### Date: November 11 2008
########################################################################
#### inxi is a fork of infobash, the original bash sys info script by locsmif
@ -718,7 +718,11 @@ script_self_updater()
error_handler 8 "$?"
fi
else
if [[ $2 == 'svn server' ]];then
error_handler 8 "$?"
else
error_handler 10 "$1"
fi
fi
}