FileVault2_Scripts
FileVault2_Scripts copied to clipboard
Update reissueKey.sh
We expect to match only line 1 if $userName
is set to saitooo
and the following entries from fdesetup list
:
saitooo,893572B2-6540-405E-8349-68FD015C9B8E
saitooo_test,B7F5DE70-1EA3-4F61-895C-B10F236A9E83
saitoadmin,EE1DF79E-D1F5-47AC-95DA-51647AAA5AD9
Instead it will match both saitooo
and saitooo_test
. Modifying the awk
statement returns the expected output.
Thanks!