fix start app
This commit is contained in:
16
start_app.sh
16
start_app.sh
@@ -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,19 +23,19 @@ 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
|
||||||
-h|help)
|
-h|help)
|
||||||
usage
|
usage
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
d_schlange_wuerge
|
d_schlange_wuerge
|
||||||
meh_energieverbruche
|
meh_energieverbruche
|
||||||
website_ufmache
|
website_ufmache
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user