Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
fix: restore default
Browse files Browse the repository at this point in the history
  • Loading branch information
thesephirot committed Sep 10, 2021
1 parent 2853913 commit a4ce06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/initialize_ssh.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

LOGFILE=/tmp/gopass.log
LOGFILE=gopass.log

function initialize_ssh {
eval "$(ssh-agent -s)" &>> ${LOGFILE}
Expand Down

0 comments on commit a4ce06c

Please sign in to comment.