Merge pull request #115451 from hugolgst/features/luksroot-sync-cryptstorage

This commit is contained in:
Artturi 2021-10-20 04:56:56 +03:00 committed by GitHub
commit ce41810278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -332,6 +332,7 @@ let
if [ $? == 0 ]; then
echo -ne "$new_salt\n$new_iterations" > /crypt-storage${dev.yubikey.storage.path}
sync /crypt-storage${dev.yubikey.storage.path}
else
echo "Warning: Could not update LUKS key, current challenge persists!"
fi