Update index.py

pull/310/head
midoks 2 years ago
parent 326f9f0e6b
commit c21d8eed8b
  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
find_path = mw.getBackupDir() + '/database/' + db_prefix + '_' + name
find_new_file = "ls " + find_path + \

Loading…
Cancel
Save