This is an automated email from the ASF dual-hosted git repository.

rob pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit a94132729c926455c32fb8b1b95cc1c5f03e208b
Author: Dylan Volz <dylan_v...@comcast.com>
AuthorDate: Mon Apr 9 07:49:36 2018 -0600

    fix syntax error in postinstall
---
 traffic_ops/install/bin/_postinstall | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/install/bin/_postinstall 
b/traffic_ops/install/bin/_postinstall
index 37a819d..1ca7411 100755
--- a/traffic_ops/install/bin/_postinstall
+++ b/traffic_ops/install/bin/_postinstall
@@ -269,7 +269,7 @@ sub generateLdapConf {
         }
     }
 
-    delete $ldapConf{setupLdap}
+    delete $ldapConf{setupLdap};
 
     # do a very loose check of form -- 'host' must be hostname:port
     if ( $ldapConf{ host } !~ /^\S+:\d+$/ ) {

-- 
To stop receiving notification emails like this one, please contact
r...@apache.org.

Reply via email to