small fix

This commit is contained in:
chabad360 2018-08-02 21:04:32 -07:00
parent 7f323a2da1
commit a90ad625f9

2
dbench
View file

@ -174,7 +174,7 @@ if [ $add == 1 ]; then
exit 0
fi
if $*; then
if "$*"; then
echo "Incorrect option $*, please make sure you are entering the correct commands"
usage
exit 1