Changed warning for missing config files
This commit is contained in:
@ -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
|
||||
##################
|
||||
|
||||
|
Reference in New Issue
Block a user