use password helper in modified environments

This commit is contained in:
Marek Mahut
2020-01-10 16:52:22 +01:00
parent e7049a281a
commit a307d87d88
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ pub enum PasswordHelper {
impl Default for PasswordHelper {
fn default() -> Self {
PasswordHelper::Script(
"/usr/bin/systemd-ask-password 'Please enter second factor for LUKS disk encryption!'"
"/usr/bin/env systemd-ask-password 'Please enter second factor for LUKS disk encryption!'"
.into(),
)
}