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

Commit

Permalink
fix: set home and disable ssh dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
thesephirot authored Sep 10, 2021
1 parent 1e603db commit 299fc7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/initialize_gopass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ LOGFILE=/tmp/gopass.log

GOPASS_VERSION="1.8.6"

export HOME=/home/argocd

# Script for initial secret and key declaration for gpg/gopass
set -e

function initialize_ssh {
#initialize ssh to checkout secret store
mkdir -p $HOME/.ssh
#mkdir -p $HOME/.ssh
cp $SSHFOLDER/* $HOME/.ssh
#chmod 700 $HOME/.ssh
chmod 600 $HOME/.ssh/*
Expand Down

0 comments on commit 299fc7c

Please sign in to comment.