diff --git a/dbench b/dbench index 5789ee3f..bcb87e5f 100755 --- a/dbench +++ b/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