bash syntax fix

This commit is contained in:
2025-05-09 21:27:47 +02:00
parent 3224c1c2aa
commit 9ad45ed63f

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
if [ $VIRTUAL_ENV=="" ]
if [ "$VIRTUAL_ENV" == "" ]
then
source venv/bin/activate
fi