mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05: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=()
|
||||
|
||||
if ! $key1; then
|
||||
if [[ $# -gt 0 ]]; then
|
||||
docker exec -it frappe bash
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue