Fix another derp bug
This commit is contained in:
parent
567098b4a4
commit
16cd4f241e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ let
|
|||
];
|
||||
text = ''
|
||||
hashed_passwd="$(cat /run/unix-users/khs)"
|
||||
usermod --password "$hashed_password" khs
|
||||
usermod --password "$hashed_passwd" khs
|
||||
'';
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue