From f4738cb65db4c50fe39bd6564761bf52bd415360 Mon Sep 17 00:00:00 2001 From: Bike Dude Date: Sun, 11 Jul 2021 12:50:08 +0200 Subject: [PATCH] posix --- usr/local/share/bastille/list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/list.sh b/usr/local/share/bastille/list.sh index 439840a1..611fdf36 100644 --- a/usr/local/share/bastille/list.sh +++ b/usr/local/share/bastille/list.sh @@ -158,7 +158,7 @@ if [ $# -gt 0 ]; then rctl -h jail: ;; import|imports|export|exports|backup|backups) - ls "${bastille_backupsdir}" | grep "*.*sha256$" + ls "${bastille_backupsdir}" | grep -v ".sha256$" exit 0 ;; *)