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