From 57ba3e45bb83241148e27c3b532c199352cb4319 Mon Sep 17 00:00:00 2001 From: Vladimir Luksha Date: Mon, 14 Jun 2021 12:59:41 +0300 Subject: [PATCH] Update backupManager.py does not use the username in the control panel, because the field is called wrong --- backup/backupManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/backupManager.py b/backup/backupManager.py index 21314a4b2..c42b706d6 100755 --- a/backup/backupManager.py +++ b/backup/backupManager.py @@ -696,7 +696,7 @@ class BackupManager: finalDic['port'] = "22" try: - finalDic['user'] = data['user'] + finalDic['user'] = data['userName'] except: finalDic['user'] = "root"