Update index.py

pull/224/head
midoks 3 years ago
parent 34f5d12ad9
commit 0b8fe15b65
  1. 2
      plugins/mysql/index.py

@ -851,7 +851,7 @@ def importDbExternal():
import_sql = import_dir + "tmp.sql"
if file.find(".zip") > -1:
cmd = 'cd ' + import_dir + ' && unzip ' + file
cmd = 'cd ' + import_dir + ' && unzip -o ' + file
mw.execShell(cmd)
if file.find("tar.gz") > -1:

Loading…
Cancel
Save