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

Commit

Permalink
fix(files): ssh output to logfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stebenz committed Mar 6, 2020
1 parent 8755f70 commit 4cda62a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/initialize_gopass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ function initialize_ssh {
mkdir -p $HOME/.ssh
cp $SSHFOLDER/* $HOME/.ssh
chmod 700 $HOME/.ssh
chmod 600 $HOME/.ssh/*
eval "$(ssh-agent -s)"
ssh-add -k $HOME/.ssh/*
chmod 600 $HOME/.ssh/*
eval "$(ssh-agent -s)" &>> $LOGFILE
ssh-add -k $HOME/.ssh/* &>> $LOGFILE
}

function import_and_trust_gpg-key {
Expand Down

0 comments on commit 4cda62a

Please sign in to comment.