diff --git a/blueprint.sh b/blueprint.sh index 9ae560a..0ae9c43 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -23,7 +23,7 @@ if [[ $_FOLDER != "" ]]; then fi fi -# Check for panels that are using Docker. +# Check for panels that are using Docker, which should have better support in the future. if [[ -f "/.dockerenv" ]]; then DOCKER="y" else