Update system_api.py

pull/165/head
midoks 3 years ago
parent 3994f1505e
commit 657f408a8b
  1. 3
      class/core/system_api.py

@ -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…
Cancel
Save