gui: slight change to use grep .

pull/576/head
Botspot 3 years ago
parent bbc0e66ce7
commit b86910b487

2
gui

@ -345,7 +345,7 @@ $LIST"
else
error "Unrecognized app list style '$guimode'!"
fi
output="$(echo "$output" | sed '/^$/d')"
output="$(echo "$output" | grep .)"
echo "Output: ${output}EOO"
done

Loading…
Cancel
Save