···332333 if [ $? == 0 ]; then
334 echo -ne "$new_salt\n$new_iterations" > /crypt-storage${dev.yubikey.storage.path}
0335 else
336 echo "Warning: Could not update LUKS key, current challenge persists!"
337 fi
···332333 if [ $? == 0 ]; then
334 echo -ne "$new_salt\n$new_iterations" > /crypt-storage${dev.yubikey.storage.path}
335+ sync /crypt-storage${dev.yubikey.storage.path}
336 else
337 echo "Warning: Could not update LUKS key, current challenge persists!"
338 fi