mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 15:26:13 +01:00
Update backupManager.py
does not use the username in the control panel, because the field is called wrong
This commit is contained in:
@@ -696,7 +696,7 @@ class BackupManager:
|
||||
finalDic['port'] = "22"
|
||||
|
||||
try:
|
||||
finalDic['user'] = data['user']
|
||||
finalDic['user'] = data['userName']
|
||||
except:
|
||||
finalDic['user'] = "root"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user