Merge branch 'v8.4' into v8.5

This commit is contained in:
Robert Baker
2019-02-19 00:53:19 -07:00

View File

@@ -20,7 +20,7 @@ question1 () {
image=$(cat /tmp/program_var) image=$(cat /tmp/program_var)
# Checks Image List # Checks Image List
file="/opt/coreapps/apps/image/$image" file="/opt/communityapps/apps/image/$image"
if [ ! -e "$file" ]; then exit; fi if [ ! -e "$file" ]; then exit; fi
tee <<-EOF tee <<-EOF
@@ -36,7 +36,7 @@ while read p; do
echo "$count - $p" echo "$count - $p"
echo "$p" > /tmp/display$count echo "$p" > /tmp/display$count
count=$[count+1] count=$[count+1]
done </opt/coreapps/apps/image/$image done </opt/communityapps/apps/image/$image
echo "" echo ""
read -p '🚀 Type Number | PRESS [ENTER]: ' typed < /dev/tty read -p '🚀 Type Number | PRESS [ENTER]: ' typed < /dev/tty