We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337fa1e commit d766d87Copy full SHA for d766d87
tutorials/net/mtu/common.sh
@@ -121,4 +121,5 @@ setup_scenario() {
121
fi
122
123
cd ${1} && ./setup.sh
124
+ echo ${1} > /bp/.scenario
125
}
tutorials/net/mtu/entrypoint.sh
@@ -13,10 +13,6 @@ SCENARIO=${1:-scenario1}
13
log_info "Starting scenario '${SCENARIO}'..."
14
setup_scenario ${SCENARIO}
15
16
-echo ${SCENARIO} > /bp/.scenario
17
-
18
# Spawn interactive shell
19
20
cat /bp/BANNER
21
22
exec bash -i
0 commit comments