fixed typo

This commit is contained in:
jash
2018-10-08 23:13:46 +02:00
committed by kexkey
parent 54ba926e60
commit 74bf407ad9

View File

@@ -5,14 +5,14 @@ install_docker() {
local sourceDataPath=../data
local topLevel=../..
if [[ $BITCOIN_INTERAL == true || $FEATURE_LIGHTNING == true ]]; then
if [[ $BITCOIN_INTERNAL == true || $FEATURE_LIGHTNING == true ]]; then
trace "Updating SatoshiPortal repos"
git submodule update --recursive --remote
trace "Creating SatoshiPortal images"
fi
local archpath=$(uname -m)
local archpath=$(uname -m)
# compat mode for SatoshiPortal repo
# TODO: add more mappings?