Merge pull request #3 from zcash-hackworks/ben/zcashd-exec-entrypoint

Use exec for entrypoint when starting zcashd
This commit is contained in:
Ben Wilson 2019-11-26 13:18:57 -05:00 committed by GitHub
commit ed93eba5dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,4 +48,4 @@ fi
zcash-fetch-params
touch .zcash/zcash.conf
echo "Starting: ${ZCASHD_CMD}"
${ZCASHD_CMD}
exec ${ZCASHD_CMD}