mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
propber bug fix, what happens when you dont have a dev env
This commit is contained in:
parent
0c23680bdc
commit
a66099dda0
1 changed files with 1 additions and 1 deletions
2
dbench
2
dbench
|
|
@ -28,7 +28,7 @@ frappe_installer () {
|
|||
if [[ $# -eq 0 ]]; then
|
||||
docker exec -it frappe bash
|
||||
|
||||
elif [ $1 == 'init' && $2 == 'e' ]
|
||||
elif [ $1 == 'init' ] && [ $2 == 'e' ]
|
||||
then
|
||||
frappe_installer
|
||||
echo "installing erpnext"
|
||||
|
|
|
|||
Loading…
Reference in a new issue