sxmo_camera.sh: Launch rear/front camera fns in st to show startup progress
This commit is contained in:
parent
a426555983
commit
fbb431bf7a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue