mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 05:44:23 +00:00
Complete restructure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user