From fbb431bf7a18a122112e613c741f4e8099f5ddf9 Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Sun, 30 Aug 2020 14:23:37 -0500 Subject: [PATCH] sxmo_camera.sh: Launch rear/front camera fns in st to show startup progress --- scripts/core/sxmo_camera.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/core/sxmo_camera.sh b/scripts/core/sxmo_camera.sh index 427a492..ad0bb63 100755 --- a/scripts/core/sxmo_camera.sh +++ b/scripts/core/sxmo_camera.sh @@ -66,9 +66,9 @@ cameramenu() { if [ "$CHOICE" = "Close Menu" ]; then exit 0 elif [ "$CHOICE" = "Rear Camera" ]; then - camerarear + st -e $0 camerarear elif [ "$CHOICE" = "Front Camera" ]; then - camerafront + st -e $0 camerafront fi }