Skip to content

Commit

Permalink
Except do it properly
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Nov 12, 2024
1 parent 4b7ea1d commit 0ec255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/libbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function op_keychain_prep() {
"${SECBIN}" set-keychain-settings -t 1200

echo " Setting permissions for keychain... (logs suppressed)"
"${SECBIN}" -q set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "${KEYCHAIN_PASSPHRASE}" "${KEYCHAIN} >/dev/null 2>&1"
"${SECBIN}" -q set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "${KEYCHAIN_PASSPHRASE}" "${KEYCHAIN}" >/dev/null 2>&1

echo " Listing keychains:"
"${SECBIN}" list-keychains -d user
Expand Down

0 comments on commit 0ec255c

Please sign in to comment.