From 1b4d8c3284c5e8ecff9863f3066f3e2ac6261236 Mon Sep 17 00:00:00 2001 From: Alexander Kolotov Date: Tue, 15 May 2018 14:23:28 +0300 Subject: [PATCH] removed unused variable from test network startup scripts --- erc20/start_PoA_foreign.sh | 1 - erc20/start_PoA_home.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/erc20/start_PoA_foreign.sh b/erc20/start_PoA_foreign.sh index 0e3d011..a011e22 100755 --- a/erc20/start_PoA_foreign.sh +++ b/erc20/start_PoA_foreign.sh @@ -2,7 +2,6 @@ PARITY_BASE="/home/koal/poa" TASK="PoA_foreign" -RUNNER="parity_${TASK}.sh" PARITY_CONFIG="${TASK}.toml" TASK_WORK_DIR="${PARITY_BASE}/${TASK}" diff --git a/erc20/start_PoA_home.sh b/erc20/start_PoA_home.sh index b6e1e9d..bd7899c 100755 --- a/erc20/start_PoA_home.sh +++ b/erc20/start_PoA_home.sh @@ -2,7 +2,6 @@ PARITY_BASE="/home/koal/poa" TASK="PoA_home" -RUNNER="parity_${TASK}.sh" PARITY_CONFIG="${TASK}.toml" TASK_WORK_DIR="${PARITY_BASE}/${TASK}"