1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-06-10 18:22:22 +00:00

Avoid less in backups show.

This commit is contained in:
William Melody 2020-04-08 21:29:57 -07:00
parent c23a00bc49
commit c14c1a5213

2
hosts
View File

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