2021-03-23 17:15:27 +01:00
|
|
|
#! /bin/bash
|
|
|
|
|
2021-03-24 19:51:01 +01:00
|
|
|
if [[ $RUN_LEVEL -eq 1 ]]
|
2021-03-23 17:15:27 +01:00
|
|
|
then
|
|
|
|
./reset.sh
|
|
|
|
fi
|
|
|
|
|
2021-03-24 19:51:01 +01:00
|
|
|
if [[ $RUN_LEVEL -eq 2 ]]
|
2021-03-23 17:15:27 +01:00
|
|
|
then
|
|
|
|
./seed_cic_eth.sh
|
2021-03-24 19:51:01 +01:00
|
|
|
fi
|