Update index.py

pull/310/head
midoks 2 years ago
parent 7fa6ec7cd3
commit 0596dc243e
  1. 2
      plugins/backup_ftp/index.py

@ -201,7 +201,7 @@ def backupAllFunc(stype):
db_prefix = prefix_dict[stype]
else:
plugin_name = stype.replace('database_', '')
db_prefix = plugin_name
db_prefix = plugin_name + '/db'
find_path = mw.getBackupDir() + '/database/' + db_prefix + '_' + name
find_new_file = "ls " + find_path + \

Loading…
Cancel
Save