Skip to content
Snippets Groups Projects
Commit 4d382dc6 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Renaming bfatestnode to bfanonotest

parent 2db610ae
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ if [ "$1" = "test" ] ...@@ -12,7 +12,7 @@ if [ "$1" = "test" ]
then then
tag="test" tag="test"
class="test" class="test"
name="bfatestnode" name="bfanodotest"
netdir="test2network" netdir="test2network"
else else
tag="latest" tag="latest"
...@@ -30,7 +30,7 @@ then ...@@ -30,7 +30,7 @@ then
chown -R 30303:30303 ${vd} chown -R 30303:30303 ${vd}
else else
# This is a bit slower, but works # This is a bit slower, but works
docker run --rm $mounts -u root alpine chown -R 30303:30303 /home/bfa/bfa/network docker run --rm $mounts -u root alpine chown -R 30303:30303 /home/bfa/bfa/${netdir}
fi fi
# Run this just a single time. # Run this just a single time.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment