mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
this should ensure that if no args open docker
This commit is contained in:
parent
3c4bf6e396
commit
a32fc1b7ec
1 changed files with 1 additions and 1 deletions
2
dbench
2
dbench
|
|
@ -46,7 +46,7 @@ cmd=0
|
||||||
|
|
||||||
positional=()
|
positional=()
|
||||||
|
|
||||||
if ! $key1; then
|
if [[ $# -gt 0 ]]; then
|
||||||
docker exec -it frappe bash
|
docker exec -it frappe bash
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue