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

Commit

Permalink
fix(files): delete chmod on mounted folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stebenz committed Mar 4, 2020
1 parent e0089f3 commit 1629c86
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/initialize_gopass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ GOPASS_VERSION="1.8.6"
# Script for initial secret and key declaration for gpg/gopass
set -e

function initialize_ssh {
#initialize ssh to checkout secret store
chmod 700 $HOME/.ssh
chmod 600 $HOME/.ssh/${SSHFILE}
}

function import_and_trust_gpg-key {
# import gpg keys to keystore
Expand Down Expand Up @@ -50,7 +45,6 @@ gopass --yes clone $SECRET_REPOSITORY $SECRET_STORE --sync gitcli &>> $LOGFILE
}


initialize_ssh
import_and_trust_gpg-key
initialize_gopass_store
unmarshall_json_and_clone_remote

0 comments on commit 1629c86

Please sign in to comment.