propber bug fix, what happens when you dont have a dev env

This commit is contained in:
chabad360 2018-08-01 14:51:58 -07:00
parent 0c23680bdc
commit a66099dda0

2
dbench
View file

@ -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"