Complete restructure

This commit is contained in:
2025-06-10 17:35:35 +02:00
parent e423add6a0
commit 822380a658
6 changed files with 4 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
use_venv="y"
if [[ -f ./biogascontrollerapp/.venv/bin/activate ]]; then
if [[ -f ./.venv/bin/activate ]]; then
if [[ "$SHELL" == "fish" ]]; then
source ./.venv/bin/activate.fish
elif [[ "$SHELL" == "csh" ]]; then
@@ -15,5 +15,4 @@ if [[ -f ./biogascontrollerapp/.venv/bin/activate ]]; then
fi
fi
cd ./biogascontrollerapp/
python biogascontrollerapp.py