mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
oops, small change broke every thing
This commit is contained in:
parent
c7416cc3bc
commit
e7c3b14435
1 changed files with 1 additions and 1 deletions
2
dbench
2
dbench
|
|
@ -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 $@'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue