Changed warning for missing config files

This commit is contained in:
Philip
2015-06-28 01:29:43 +02:00
parent a3562b4356
commit 1cb3c06072

View File

@ -34,7 +34,7 @@ command -v drill >/dev/null 2>&1 || command -v nslookup >/dev/null 2>&1 || { ech
# check config #
##################
if [ ! -f nsupdate.d/*.config ]; then
echo "There does not seem to be ready to be used config file available." ; exit 1;
echo "There does not seem to be any config file available." ; exit 1;
fi
##################