testing update function

This commit is contained in:
Heavybullets8 2022-08-11 21:55:09 -06:00
parent 61eea4c9a5
commit 653e54804a

View File

@ -133,7 +133,7 @@ export -f update_apps
update(){ update(){
count=0 # count=0
while true while true
do do
update_avail=$(grep "^$app_name," temp.txt | awk -F ',' '{print $3}') update_avail=$(grep "^$app_name," temp.txt | awk -F ',' '{print $3}')