updated check for record
This commit is contained in:
parent
dd71d955cd
commit
21b29e46c0
|
@ -70,9 +70,9 @@ if [[ -z $type ]]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check for content
|
# check for record data
|
||||||
if [[ -z $content ]]; then
|
if [[ -z $record ]]; then
|
||||||
echo "content is required"
|
echo "record is required"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user