From 0221dd333d55d02d8c5019f7db9e15a14e102412 Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Wed, 17 Mar 2021 21:59:32 +0100 Subject: [PATCH] allow sxmo_files to reload file list Signed-off-by: Stacy Harper Signed-off-by: Maarten van Gompel --- scripts/appscripts/sxmo_files.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/appscripts/sxmo_files.sh b/scripts/appscripts/sxmo_files.sh index 28bb53c..a2915f1 100755 --- a/scripts/appscripts/sxmo_files.sh +++ b/scripts/appscripts/sxmo_files.sh @@ -42,6 +42,7 @@ while true; do echo "$PICKED" | grep "Sort By" && sort_loop echo "$PICKED" | grep "Close Menu" && exit 0 + echo "$PICKED" | grep "Reload" && continue [ -d "$PICKED" ] && cd "$PICKED" && continue echo "$PICKED" | grep -E '^[*]$' && sxmo_open.sh -a ./* [ -f "$PICKED" ] && sxmo_open.sh -a "$PICKED"