#!/bin/sh set -e if [ ! -d /var/lib/saned ] ; then echo /var/lib/saned not found fi if [ -d /var/lib/saned ] ; then echo /var/lib/saned found fi