From 74bf407ad9a37e493dc5e9539c0df144ccab8ef8 Mon Sep 17 00:00:00 2001 From: jash Date: Mon, 8 Oct 2018 23:13:46 +0200 Subject: [PATCH] fixed typo --- install/script/install_docker.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/script/install_docker.sh b/install/script/install_docker.sh index d613669..3f3e6ec 100644 --- a/install/script/install_docker.sh +++ b/install/script/install_docker.sh @@ -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?