You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by fr...@apache.org on 2017/04/20 18:40:18 UTC

[29/44] incubator-trafficcontrol git commit: chown now done by wrapper

chown now done by wrapper

(cherry picked from commit 72d1084af027b7ed4af30729d47cd2617e9ef5c5)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/d578a49a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/d578a49a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/d578a49a

Branch: refs/heads/2.0.x
Commit: d578a49a36a1b414b3b11621dcd86ba70d6b472f
Parents: c43f6aa
Author: Dan Kirkwood <da...@gmail.com>
Authored: Thu Apr 13 13:53:26 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Wed Apr 19 15:36:19 2017 -0600

----------------------------------------------------------------------
 traffic_ops/install/bin/_postinstall | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/d578a49a/traffic_ops/install/bin/_postinstall
----------------------------------------------------------------------
diff --git a/traffic_ops/install/bin/_postinstall b/traffic_ops/install/bin/_postinstall
index bfae12d..fd442ea 100755
--- a/traffic_ops/install/bin/_postinstall
+++ b/traffic_ops/install/bin/_postinstall
@@ -818,9 +818,6 @@ sub main {
         ProfileCleanup::add_custom_profiles( $custom_profile_dir, $adminconf, $parameters->{"tm.url"} );
     }
 
-    InstallUtils::execCommand("/bin/chown -R trafops:trafops /opt/traffic_ops");
-    InstallUtils::execCommand("/bin/chmod -R a+rX /opt/traffic_ops");
-
     InstallUtils::logger("Postinstall complete");
 
     InstallUtils::execCommand( "/bin/gzip", "$logFile" );