mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-19 21:03:07 +00:00
Merge branch 'v8.4' into v8.5
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user