check-tripwire-baseline.sh 83B

12345
  1. #!/bin/bash
  2. if ! ls /var/lib/tripwire/*.twd 1> /dev/null 2>&1; then
  3. exit 1
  4. fi