mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 05:15:49 +01:00
speed up the process of download for wp backups
This commit is contained in:
@@ -28,7 +28,7 @@ class SSHServer(multi.Thread):
|
||||
sshData = ProcessUtilities.outputExecutioner('cat /etc/ssh/sshd_config').split('\n')
|
||||
|
||||
for items in sshData:
|
||||
if items.find('Port') > -1:
|
||||
if items.find('Port') > -1 and items[0] != '#':
|
||||
if items[0] == 0:
|
||||
pass
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user