Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix resolvectl task returning white spaces
Replace task command to fetch DNS sever from `resolvectl dns` command, this will not return whitespaces. Execute grep -m1 to limit the number of lines to 1. Execute cut to return the first address. Issue #410 Signed-off-by: Armando Neto <abiagion@redhat.com>
- Loading branch information