mirror of
https://github.com/zhigang1992/boxen.git
synced 2026-04-26 22:35:30 +08:00
Call /usr/bin/security explicitly
This commit is contained in:
@@ -30,7 +30,7 @@ module Boxen
|
||||
end
|
||||
end
|
||||
|
||||
cmd = "security find-generic-password " +
|
||||
cmd = "/usr/bin/security find-generic-password " +
|
||||
"-a #{config.user} -s '#{KEYCHAIN_SERVICE}' -w 2>/dev/null"
|
||||
|
||||
password = `#{cmd}`.strip
|
||||
|
||||
Reference in New Issue
Block a user