git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4205 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/sh -e
|
|
if [ ! -e /etc/check.conf ]; then
|
|
cp /usr/share/doc/domcheck/check.conf /etc/check.conf
|
|
fi
|