forked from pub-solar/os
Revert "ryzensun: use tee in initrd postCommand script"
This reverts commit 3dcb4045f5
.
This commit is contained in:
parent
3dcb4045f5
commit
3f70d1c62a
|
@ -48,8 +48,7 @@ in {
|
|||
};
|
||||
postCommands = ''
|
||||
# Automatically ask for the password on SSH login
|
||||
echo 'cryptsetup-askpass || echo "Unlock was successful; exiting SSH session" && exit 1' \
|
||||
| tee /root/.profile
|
||||
echo 'cryptsetup-askpass || echo "Unlock was successful; exiting SSH session" && exit 1' >> /root/.profile
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue