mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35: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"
|
echo "$1 added"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ $# -eq 1 ]]; then
|
if [[ $# -eq 0 ]]; then
|
||||||
echo "$@"
|
echo "$@"
|
||||||
docker exec -it frappe bash 'bench $@'
|
docker exec -it frappe bash 'bench $@'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue