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 a8be46e commit f3a3ebcCopy full SHA for f3a3ebc
lazy-connect.sh
@@ -13,6 +13,8 @@ function _lazy_connect_init() {
13
echo "**********"
14
15
echo 'Storing secret in keychain...'
16
+ old_secret=~/.config/lazy-connect/secret
17
+ [ -f "$old_secret" ] && rm "$old_secret"
18
security delete-generic-password -a lazy-connect -s lazy-connect &> /dev/null
19
security add-generic-password -a lazy-connect -p "$secret_key" -s lazy-connect
20
;;
0 commit comments