dump array
This commit is contained in:
parent
0bc4d50e77
commit
394486c7a3
@ -82,6 +82,13 @@ printf '%s\0' "${ignore[@]}" | grep -iFxqz "${app_name}" && echo_array+=(echo -e
|
||||
echo -e "\n$app_name\nMajor Release, update manually"
|
||||
return
|
||||
fi
|
||||
|
||||
#dump array
|
||||
for i in "${echo_array[@]}"
|
||||
do
|
||||
echo "$i"
|
||||
done
|
||||
|
||||
}
|
||||
export -f update_apps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user