homebysix / jss-filevault-reissue

A framework for re-escrowing missing or invalid FileVault keys with Jamf Pro.
Apache License 2.0
186 stars 56 forks source link

No Password Prompt In BigSur #39

Closed vcasiero closed 3 years ago

vcasiero commented 3 years ago

i needed to modify the default logo for it to popup

had to change this code if a manual logo was not set...

Validate logo file. If no logo is provided or if the file cannot be found at

specified path, default to the FileVault icon.

if [[ -z "$LOGO" ]] || [[ ! -f "$LOGO" ]]; then /bin/echo "No logo provided, or no logo exists at specified path. Using FileVault icon." LOGO="/System/Library/PreferencePanes/Security.prefPane/Contents/Resources/SystemPreferences_Security.tiff" fi

homebysix commented 3 years ago

Thanks! Could you try again with version 1.11.0?