From 1f2ab38a418c0d86e63a33ec2003786b851fd0e0 Mon Sep 17 00:00:00 2001 From: jash Date: Mon, 15 Oct 2018 19:48:26 +0200 Subject: [PATCH] removed unneeded var --- dist/setup.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dist/setup.sh b/dist/setup.sh index 63707b3..abddac1 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -191,7 +191,6 @@ install_docker() { fi local sourceDataPath=./ - local topLevel=./ if [[ $BITCOIN_INTERNAL == true ]]; then if [ ! -d $BITCOIN_DATAPATH ]; then @@ -230,9 +229,9 @@ install_docker() { next fi - copy_file $sourceDataPath/installer/docker/docker-compose.yaml $topLevel/docker-compose.yaml - copy_file $sourceDataPath/installer/start.sh $topLevel/start.sh 0 - copy_file $sourceDataPath/installer/stop.sh $topLevel/stop.sh 0 + copy_file $sourceDataPath/installer/docker/docker-compose.yaml docker-compose.yaml + copy_file $sourceDataPath/installer/start.sh start.sh 0 + copy_file $sourceDataPath/installer/stop.sh stop.sh 0 if [[ ! -x start.sh ]]; then step " make start.sh executable"