Browse code

Merge "Install python db client if a db backend is configured"

Jenkins authored on 2015/10/04 07:58:35
Showing 1 changed files
... ...
@@ -727,6 +727,8 @@ install_rpc_backend
727 727
 
728 728
 if is_service_enabled $DATABASE_BACKENDS; then
729 729
     install_database
730
+fi
731
+if [ -n "$DATABASE_TYPE" ]; then
730 732
     install_database_python
731 733
 fi
732 734