summaryrefslogtreecommitdiff
path: root/debian/1.sh
blob: 9d8e101aa41219de017c767bff17447696fe0095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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