Fix in change password task
This commit is contained in:
parent
5621dd6c34
commit
364b209852
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class ServerTask(Task):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
else:
|
else:
|
||||||
self.logtask.insert({'status':1, 'progress': 100, 'error': 1, 'task_id': self.task_id, 'server': self.server, 'message': 'No exists ssh pub key'})
|
self.logtask.insert({'status':1, 'progress': 100, 'error': 1, 'task_id': self.id, 'server': self.server, 'message': 'No exists ssh pub key'})
|
||||||
return False
|
return False
|
||||||
|
|
||||||
final_ssh_pub='--ssh_pub_key_file="'+ssh_pub_key_file+'"'
|
final_ssh_pub='--ssh_pub_key_file="'+ssh_pub_key_file+'"'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue