380
380
# ramdisk, to keep it from leaking to the hard-drive.
381
381
temp=`mktemp /dev/shm/.ecryptfs-XXXXXX`
382
382
printf "%s" "$MOUNTPASS" > "$temp"
385
385
printf "%s\n%s" "$MOUNTPASS" "$LOGINPASS" | ecryptfs-wrap-passphrase "$HOME/.ecryptfs/wrapped-passphrase" - || error "$(gettext 'Could not wrap passphrase')"