mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
bug fix
This commit is contained in:
parent
8636d6fb68
commit
0c23680bdc
1 changed files with 2 additions and 2 deletions
4
dbench
4
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"
|
||||
|
|
@ -36,7 +36,7 @@ then
|
|||
docker exec -it frappe bash -c "bench --site site1.local install-app erpnext" | echo
|
||||
echo "finished"
|
||||
|
||||
elif [$1 == 'init']
|
||||
elif [ $1 == 'init' ]
|
||||
then
|
||||
frappe_installer
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue