mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
system_settings_system_wide_preferences_configure for loop syntax #214
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brodjieski on GitHub.
Originally assigned to: @brodjieski on GitHub.
the
forloop needs to be for section in ${authDBs[@]}; do otherwise it doesn’t loop over each one@golbiga commented on GitHub:
merged into
ventura