From 140f02e140717bab54272ec003b9201c04a7ac2e Mon Sep 17 00:00:00 2001 From: Bike Dude Date: Fri, 9 Jul 2021 18:04:28 +0200 Subject: [PATCH] fix --- 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 a5058235..1965fd10 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 -Ev "*.sha256$" + ls "${bastille_backupsdir}" | grep -Ev '*.sha256$' exit 0 ;; *)