This commit is contained in:
Robert Baker
2019-02-19 00:53:13 -07:00
parent 699c75245e
commit 6db861fc23

View File

@@ -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 </opt/coreapps/apps/image/$image
done </opt/communityapps/apps/image/$image
echo ""
read -p '🚀 Type Number | PRESS [ENTER]: ' typed < /dev/tty