From 14a61ea522f2b86082796f766e154537ec1c9c86 Mon Sep 17 00:00:00 2001 From: DmytroNazarenko Date: Mon, 4 Apr 2022 18:19:31 +0300 Subject: [PATCH] Update run_remote_schain --- scripts/run_remote_schain.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/run_remote_schain.sh b/scripts/run_remote_schain.sh index fb2284c..2167bea 100644 --- a/scripts/run_remote_schain.sh +++ b/scripts/run_remote_schain.sh @@ -17,4 +17,5 @@ ssh -o StrictHostKeyChecking=no "$USER"@"$ENDPOINT" "docker run -d -v ~/schains/ --name schain_$PORT \ skalenetwork/schain:$VERSION \ --config /schain_data/config.json \ - -d /schain_data/data_dir" + -d /schain_data/data_dir \ + --aa no"