From a5490f6ca089f1362375daec99b966a6cf886e7e Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Mon, 13 May 2019 19:49:58 +0200 Subject: [PATCH] chore: ensure chown on enc.sh output --- docker/production/testnet/enc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/production/testnet/enc.sh b/docker/production/testnet/enc.sh index e510b293d4..178d025019 100755 --- a/docker/production/testnet/enc.sh +++ b/docker/production/testnet/enc.sh @@ -51,6 +51,8 @@ openssl genrsa -out bip.key 2048 openssl rsa -in bip.key -out bip.pub -outform PEM -pubout echo "${BIP38}" | openssl rsautl -encrypt -inkey bip.pub -pubin -out bip.dat +chown -R 1000:1000 ./enc + success "Done! Created folder $(echo "${lila}enc${reset}") with all certificates and keys inside." success "You are now ready to run your docker $(echo "${yellow}forger")."