From 1629c86553fc37ddf963f19c47f1b50d5095b93a Mon Sep 17 00:00:00 2001 From: Stefan Benz Date: Wed, 4 Mar 2020 13:43:05 +0100 Subject: [PATCH] fix(files): delete chmod on mounted folder --- scripts/initialize_gopass.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/initialize_gopass.sh b/scripts/initialize_gopass.sh index f0a1405..8fcaf87 100755 --- a/scripts/initialize_gopass.sh +++ b/scripts/initialize_gopass.sh @@ -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 @@ -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