Avoid `less` in `backups show`.

This commit is contained in:
William Melody 2020-04-08 21:29:57 -07:00
parent c23a00bc49
commit c14c1a5213
1 changed files with 1 additions and 1 deletions

2
hosts
View File

@ -858,7 +858,7 @@ backups() {
exit 1
fi
less "${_hosts_dirname}/${1:-}"
cat "${_hosts_dirname}/${1:-}"
;;
*)
local _filenames=()