Skip to content

Commit

Permalink
Merge pull request #41 from anilsingla/main
Browse files Browse the repository at this point in the history
renamed BLIMAN_LAB_MODE to BESLAB_LAB_MODE
  • Loading branch information
anilsingla authored Apr 15, 2024
2 parents e2a0b83 + 3da8840 commit 84b782e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/bash/bliman-launchlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ function __bli_launchlab()
__bliman_echo_yellow " DASHBOARD TOOL VERSION = $BESLAB_DASHBOARD_RELEASE_VERSION"
fi

if [[ "$BLIMAN_LAB_MODE" == "host" ]]; then
if [[ "$BESLAB_LAB_MODE" == "host" ]]; then
__bliman_echo_white "Installing beslab in host mode"
__bliman_launch_host_mode
__bliman_echo_green "Installed beslab in host mode"
elif [[ "$BLIMAN_LAB_MODE" == "bare" ]]; then
elif [[ "$BESLAB_LAB_MODE" == "bare" ]]; then
__bliman_echo_white "Installing beslab in bare mode"
__bliman_launch_bare_mode
__bliman_echo_green "Installed beslab in bare mode"
elif [[ "$BLIMAN_LAB_MODE" == "lite" ]]; then
elif [[ "$BESLAB_LAB_MODE" == "lite" ]]; then
__bliman_echo_white "Installing beslab in lite mode"
__bliman_launch_lite_mode
__bliman_echo_green "Installed beslab in lite mode"
Expand Down

0 comments on commit 84b782e

Please sign in to comment.