oops, small change broke every thing

This commit is contained in:
chabad360 2018-08-01 21:39:14 -07:00
parent c7416cc3bc
commit e7c3b14435

2
dbench
View file

@ -27,7 +27,7 @@ function frappe_installer {
echo "$1 added"
}
if [[ $# -eq 1 ]]; then
if [[ $# -eq 0 ]]; then
echo "$@"
docker exec -it frappe bash 'bench $@'