fix: correct error message in delete dns record command
This commit is contained in:
@@ -732,7 +732,7 @@ function dns_delete_record {
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [[ -z $DOMAIN || -z $ID ]]; then
|
if [[ -z $DOMAIN || -z $ID ]]; then
|
||||||
echo "Missing domain or record id"
|
echo "Missing domain or record id parameters"
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user