mirror of https://github.com/vacp2p/wakurtosis.git
Fixed typo in run.sh
This commit is contained in:
parent
6db71b8031
commit
9bff9ccea8
4
run.sh
4
run.sh
|
@ -10,8 +10,8 @@ ARGS2=${2:-"config.json"}
|
|||
enclave_name=$ARGS1
|
||||
wakurtosis_config_file=$ARGS2
|
||||
|
||||
echo "- Enclave name: " enclave_name
|
||||
echo "- Configuration file: " wakurtosis_config_file
|
||||
echo "- Enclave name: " $enclave_name
|
||||
echo "- Configuration file: " $wakurtosis_config_file
|
||||
|
||||
# Create and run Gennet docker container
|
||||
echo -e "\nRunning topology generation"
|
||||
|
|
Loading…
Reference in New Issue