This commit is contained in:
chabad360 2018-08-01 14:46:21 -07:00
parent 8636d6fb68
commit 0c23680bdc

4
dbench
View file

@ -28,7 +28,7 @@ frappe_installer () {
if [[ $# -eq 0 ]]; then if [[ $# -eq 0 ]]; then
docker exec -it frappe bash docker exec -it frappe bash
elif [ $1 == 'init' && $2 == 'e'] elif [ $1 == 'init' && $2 == 'e' ]
then then
frappe_installer frappe_installer
echo "installing erpnext" echo "installing erpnext"
@ -36,7 +36,7 @@ then
docker exec -it frappe bash -c "bench --site site1.local install-app erpnext" | echo docker exec -it frappe bash -c "bench --site site1.local install-app erpnext" | echo
echo "finished" echo "finished"
elif [$1 == 'init'] elif [ $1 == 'init' ]
then then
frappe_installer frappe_installer