Github user priyankparihar commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1877#discussion_r103611552 --- Diff: systemvm/patches/debian/config/etc/rc.local --- @@ -42,11 +42,12 @@ then echo 1000000 > /proc/sys/net/nf_conntrack_max fi -if [ "$router" != "" ] -then - python /opt/cloud/bin/baremetal-vr.py & + +if [ "$router" != "" ]; then + python /opt/cloud/bin/baremetal-vr.py & --- End diff -- @rashmidixit what is the purpose of introducing this change ?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---