Update system_api.py

pull/165/head
midoks 3 years ago
parent 67b7f9cf43
commit 3a278f4cc6
  1. 1
      class/core/system_api.py

@ -691,6 +691,7 @@ class system_api:
if not os.path.exists(dist_to):
os.system('unzip -o ' + toPath +
'/mw.zip' + ' -d ' + toPath)
cmd_cp = 'cp -rf ' + toPath + '/mdserver-web-' + \
version + '/* ' + mw.getServerDir() + '/mdserver-web'
mw.execShell(cmd_cp)

Loading…
Cancel
Save