pehaps this should fix it

This commit is contained in:
chabad360 2018-08-02 20:12:12 -07:00
parent a427d52529
commit 3c4bf6e396

2
dbench
View file

@ -98,7 +98,7 @@ done
set -- "${positional[@]}"
site="$1"
if ! $1; then
if [ -z "$1" ]; then
site="site1.local"
fi