diff --git a/entrypoint.sh b/entrypoint.sh index 01a8939..f1e5bb6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,10 +9,10 @@ then fi verbosity="" -if [ $3 == "normal" ] +if [[ $3 == "normal" ]] then verbosity="-v" -elif [ $3 == "high" ] +elif [[ $3 == "high" ]] then verbosity="-vv" fi