espelhamento de
https://github.com/maxgoedjen/secretive.git
sincronizado 2026-09-11 10:59:04 +02:00
Fix #13
Esse commit está contido em:
@@ -116,7 +116,7 @@ extension SetupView {
|
|||||||
extension SetupView {
|
extension SetupView {
|
||||||
|
|
||||||
enum Constants {
|
enum Constants {
|
||||||
static let socketPath = (NSHomeDirectory() as NSString).appendingPathComponent("socket.ssh") as String
|
static let socketPath = (NSHomeDirectory().replacingOccurrences(of: "com.maxgoedjen.Secretive.Host", with: "com.maxgoedjen.Secretive.SecretAgent") as NSString).appendingPathComponent("socket.ssh") as String
|
||||||
static let socketPrompt = "export SSH_AUTH_SOCK=\(socketPath)"
|
static let socketPrompt = "export SSH_AUTH_SOCK=\(socketPath)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário