Update index.py

pull/310/head
midoks 2 years ago
parent cf944fb976
commit 55c08a8916
  1. 1
      plugins/backup_ftp/index.py

@ -188,6 +188,7 @@ def backupAllFunc(stype):
args = stype + " " + name + " " + num
cmd = 'python3 ' + mw.getRunDir() + '/scripts/backup.py ' + args
if stype == 'database':
find_path = mw.getBackupDir() + '/' + stype + '/' + \
prefix_dict[stype] + '_' + name

Loading…
Cancel
Save