mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +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"
|
finalDic['port'] = "22"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
finalDic['user'] = data['user']
|
finalDic['user'] = data['userName']
|
||||||
except:
|
except:
|
||||||
finalDic['user'] = "root"
|
finalDic['user'] = "root"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user