sxmo_camera.sh: Launch rear/front camera fns in st to show startup progress

This commit is contained in:
Miles Alan 2020-08-30 14:23:37 -05:00
parent a426555983
commit fbb431bf7a

View file

@ -66,9 +66,9 @@ cameramenu() {
if [ "$CHOICE" = "Close Menu" ]; then if [ "$CHOICE" = "Close Menu" ]; then
exit 0 exit 0
elif [ "$CHOICE" = "Rear Camera" ]; then elif [ "$CHOICE" = "Rear Camera" ]; then
camerarear st -e $0 camerarear
elif [ "$CHOICE" = "Front Camera" ]; then elif [ "$CHOICE" = "Front Camera" ]; then
camerafront st -e $0 camerafront
fi fi
} }