mirror of https://github.com/apache/cloudstack.git
VPC : fixed get_domr_version
This commit is contained in:
parent
38215583ea
commit
418cbe2e17
|
|
@ -302,7 +302,8 @@ def routerProxy(session, args):
|
|||
cmd.insert(0, "/bin/bash")
|
||||
try:
|
||||
txt = util.pread2(cmd)
|
||||
txt = 'success'
|
||||
if txt is None or len(txt) == 0 :
|
||||
txt = 'success'
|
||||
except:
|
||||
util.SMlog("routerProxy command " + sargs + " failed " )
|
||||
txt = ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue