This simply is not working with Big Sur M1's with FileVault enabled:
#!/bin/bash# Pulls the current logged in user and their UIDcurrUser=$(ls
-l /dev/console | awk '{print $3}')currUserUID=$(id -u
"$currUser")fvPass=$(# Prompts the user to input thei...