rohityadavcloud commented on code in PR #7815:
URL: https://github.com/apache/cloudstack/pull/7815#discussion_r1289127484


##########
debian/cloudstack-management.postinst:
##########
@@ -59,6 +59,15 @@ if [ "$1" = configure ]; then
 
     ln -sf ${CONFDIR}/log4j-cloud.xml ${CONFDIR}/log4j.xml
 
+    # install mysql_connector_python
+    if [[ ! $(apt-cache search python3-mysql.connector | wc -l) -ge 1 ]]; then

Review Comment:
   I'll tried a different approach, let me test again



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to