Fix script errors

This commit is contained in:
2025-06-11 08:35:17 +02:00
parent 38a7bec5fd
commit b00466c5dd
3 changed files with 11 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ if [[ -f ./.venv/bin/activate ]]; then
source ./.venv/bin/activate
fi
if [[ !command -v deactivate >/dev/null 2>&1 ]]; then
if !command -v deactivate >/dev/null 2>&1; then
echo "Virtual environment could not be activated. Trying to run anyway"
fi
fi