newline for appname

This commit is contained in:
Heavybullets8 2022-08-04 14:20:40 -06:00
parent 738a773975
commit 286c215281

View File

@ -58,7 +58,7 @@ if grep -qs "^$app_name," failed.txt ; then
if diff <(grep "^$app_name," | awk -F ',' '{print $2}') <(echo "$new_full_ver") &> /dev/null ; then
sed -i /"$app_name","$new_full_ver"/d failed.txt
else
echo "$app_name"
echo -e "\n$app_name"
echo "Skipping already failed version $new_full_ver"
return 0
fi