Update system_api.py
This commit is contained in:
parent
3994f1505e
commit
657f408a8b
|
|
@ -684,7 +684,8 @@ class system_api:
|
|||
|
||||
dist_mw = toPath + '/mw.zip'
|
||||
if not os.path.exists(dist_mw):
|
||||
mw.execShell('wget -O ' + dist_mw + ' ' + newUrl)
|
||||
mw.execShell(
|
||||
'wget --no-check-certificate -O ' + dist_mw + ' ' + newUrl)
|
||||
|
||||
dist_to = toPath + "/mdserver-web-" + version
|
||||
if not os.path.exists(dist_to):
|
||||
|
|
|
|||
Loading…
Reference in New Issue