Skip to content

Commit

Permalink
Use correct directory for contrail utils on centos (1/2)
Browse files Browse the repository at this point in the history
Centos uses /usr/share/contrail/ for contrail utils.
Changed script to use correct dir.

Change-Id: I3da2bbb4abf8db65990522747651f14c2e8817b4
Partial-Bug: #1773412
  • Loading branch information
Santosh Gupta committed Jun 6, 2018
1 parent 92bfe93 commit 1c34ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/contrail/contrail.spec
Expand Up @@ -674,9 +674,9 @@ chmod +x /etc/init.d/contrail-schema
chmod +x /etc/init.d/contrail-device-manager
chmod +x /etc/init.d/supervisor-config
chmod +x /etc/init.d/contrail-config-nodemgr
chown contrail:contrail /usr/share/contrail-utils/contrail-cassandra-status.py
chown contrail:contrail /usr/share/contrail/contrail-cassandra-status.py
chown -h contrail:contrail /usr/bin/contrail-cassandra-status
chown contrail:contrail /usr/share/contrail-utils/contrail-cassandra-repair.py
chown contrail:contrail /usr/share/contrail/contrail-cassandra-repair.py
chown -h contrail:contrail /usr/bin/contrail-cassandra-repair

if [ -f /var/log/cassandra/status.log]; then
Expand Down

0 comments on commit 1c34ad0

Please sign in to comment.