This commit is contained in:
chabad360 2018-08-02 21:01:09 -07:00
parent a415c3c153
commit 7f323a2da1

2
dbench
View file

@ -46,7 +46,7 @@ cmd=0
positional=()
if [[ $# -gt 0 ]]; then
if [ $# == 0 ]; then
docker exec -it frappe bash
exit 0
fi