diff options
author | toni <matzeton@googlemail.com> | 2016-01-04 13:29:11 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-01-04 21:12:59 +0100 |
commit | ad31e73105e58079c2f4fe85b70b80cd7ae1c76a (patch) | |
tree | 9bbf2fd2791da4881c7d61eee11491e0232d7d9f /scripts | |
parent | 1ed2e4dd46d9306014e3d75b9dd746cf9622546e (diff) |
blah
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/naskpass.initscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/naskpass.initscript b/scripts/naskpass.initscript index 21ced37..fa22318 100755 --- a/scripts/naskpass.initscript +++ b/scripts/naskpass.initscript @@ -311,7 +311,7 @@ setup_mapping() fi else dmesg -n 1 - if ! $cryptkeyscript -c "cryptsetup -T 1 open $cryptsource $crypttarget"; then + if ! $cryptkeyscript -c "/sbin/cryptsetup -T 1 open $cryptsource $crypttarget"; then message "naskpass: failed" continue else |