This commit is contained in:
Bike Dude
2021-07-09 18:04:28 +02:00
parent a1d6e7b50d
commit 140f02e140

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 -Ev '*.sha256$'
exit 0
;;
*)