Commit d3595686 authored by neil's avatar neil
Browse files

fix issue. return the actual retcode.

parent c839b2b0
......@@ -2393,6 +2393,10 @@ _process() {
return 1
;;
esac
_ret="$?"
if [ "$_ret" != "0" ] ; then
return $_ret
fi
if [ "$_useragent" ] ; then
_saveaccountconf "USER_AGENT" "$_useragent"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment