Merge pull request #649 from IamLuksha/patch-1

Update backupManager.py
This commit is contained in:
Usman Nasir 2021-06-16 23:31:03 +05:00 committed by GitHub
commit c1068addf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ class BackupManager:
finalDic['port'] = "22"
try:
finalDic['user'] = data['user']
finalDic['user'] = data['userName']
except:
finalDic['user'] = "root"