jridgewell / Unlock

Unlock multiple Core Storage encrypted volumes at boot.
MIT License
198 stars 34 forks source link

Wrong -T path #21

Closed expiredemulsion closed 8 years ago

expiredemulsion commented 8 years ago

It seems that you missed a path on the last commit.

line 40 -w "${password}" -T "" -T "/Library/LaunchDaemons/name.ridgewell.unlock" -U "/Library/Keychains/System.keychain"

Should be -w "${password}" -T "" -T "/Library/PrivilegedHelperTools/name.ridgewell.unlock" -U "/Library/Keychains/System.keychain"

right?

regards

jridgewell commented 8 years ago

Thanks!