From 6db861fc23216feb6361da37541a00e8139a4c22 Mon Sep 17 00:00:00 2001 From: Robert Baker Date: Tue, 19 Feb 2019 00:53:13 -0700 Subject: [PATCH] fix --- apps/image/_image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/image/_image.sh b/apps/image/_image.sh index c76083f..f806158 100644 --- a/apps/image/_image.sh +++ b/apps/image/_image.sh @@ -20,7 +20,7 @@ question1 () { image=$(cat /tmp/program_var) # Checks Image List -file="/opt/coreapps/apps/image/$image" +file="/opt/communityapps/apps/image/$image" if [ ! -e "$file" ]; then exit; fi tee <<-EOF @@ -36,7 +36,7 @@ while read p; do echo "$count - $p" echo "$p" > /tmp/display$count count=$[count+1] -done