merge(main): github.com/teamblueprint/main.git

This commit is contained in:
purple 2023-12-17 12:41:08 +01:00
commit 6f29bdee1c

View file

@ -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