removed unused variable from test network startup scripts

This commit is contained in:
Alexander Kolotov 2018-05-15 14:23:28 +03:00
parent a59403b056
commit 1b4d8c3284
2 changed files with 0 additions and 2 deletions

View File

@ -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}"

View File

@ -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}"