We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228117b commit a8be46eCopy full SHA for a8be46e
lazy-connect.sh
@@ -13,6 +13,7 @@ function _lazy_connect_init() {
13
echo "**********"
14
15
echo 'Storing secret in keychain...'
16
+ security delete-generic-password -a lazy-connect -s lazy-connect &> /dev/null
17
security add-generic-password -a lazy-connect -p "$secret_key" -s lazy-connect
18
;;
19
esac
0 commit comments