this should ensure that if no args open docker

This commit is contained in:
chabad360 2018-08-02 20:44:42 -07:00
parent 3c4bf6e396
commit a32fc1b7ec

2
dbench
View file

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