fix start app

This commit is contained in:
beertap
2022-07-17 17:25:20 +02:00
parent 65bb184c7c
commit 5650ca211a

View File

@@ -12,7 +12,7 @@ EOF
} }
d_schlange_wuerge(){ d_schlange_wuerge(){
pipenv install pipenv update
pipenv run python main.py & pipenv run python main.py &
} }
@@ -23,7 +23,7 @@ meh_energieverbruche(){
} }
website_ufmache(){ website_ufmache(){
chromium-browser --kiosk --disable-translate --incognito $SRF_LINK & chromium-browser --kiosk --disable-translate --incognito $URL_APP &
} }
case $1 in case $1 in