Merge pull request #413 from hackacad/posix

fix list.sh for BSD grep
This commit is contained in:
Christer Edwards
2021-07-11 14:34:10 -06:00
committed by GitHub

View File

@@ -158,7 +158,7 @@ if [ $# -gt 0 ]; then
rctl -h jail:
;;
import|imports|export|exports|backup|backups)
ls "${bastille_backupsdir}" | grep -Ev "*.sha256"
ls "${bastille_backupsdir}" | grep -v ".sha256$"
exit 0
;;
*)