fixed site not defualted

This commit is contained in:
chabad360 2018-08-02 19:26:07 -07:00
parent 9a974b0c9f
commit a427d52529

4
dbench
View file

@ -98,6 +98,10 @@ done
set -- "${positional[@]}"
site="$1"
if ! $1; then
site="site1.local"
fi
if [ $setup == 1 ]; then
docker-compose build