further prefix fixes
This commit is contained in:
parent
674628e480
commit
c7b767d07d
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ class MakeShellAccounts(BaseClient):
|
||||||
|
|
||||||
def create_ssh_keys(self):
|
def create_ssh_keys(self):
|
||||||
''' Create ssh keys '''
|
''' Create ssh keys '''
|
||||||
home_base = config.get('users', 'home').strip('"')
|
home_base = prefix + config.get('users', 'home').strip('"')
|
||||||
for person in self.people:
|
for person in self.people:
|
||||||
username = person['username']
|
username = person['username']
|
||||||
if self.valid_user(username):
|
if self.valid_user(username):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue