mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 07:05:08 +00:00
hotfix
This commit is contained in:
parent
a415c3c153
commit
7f323a2da1
1 changed files with 1 additions and 1 deletions
2
dbench
2
dbench
|
|
@ -46,7 +46,7 @@ cmd=0
|
||||||
|
|
||||||
positional=()
|
positional=()
|
||||||
|
|
||||||
if [[ $# -gt 0 ]]; then
|
if [ $# == 0 ]; then
|
||||||
docker exec -it frappe bash
|
docker exec -it frappe bash
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue