]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Put helper scripts in /usr/bin 101/head
authorZack Cerza <zack@cerza.org>
Thu, 19 Sep 2013 21:06:40 +0000 (16:06 -0500)
committerZack Cerza <zack@cerza.org>
Thu, 19 Sep 2013 21:06:40 +0000 (16:06 -0500)
teuthology/task/ceph.py

index 6ed67116b7c9a13067266873f605d5378d3ae8fa..2337b0e6443f6bd6d69f388c8a1f43c1ea8d9bd6 100644 (file)
@@ -165,7 +165,7 @@ def ship_utilities(ctx, config):
             f.seek(0)
 
     FILES = ['daemon-helper', 'adjust-ulimits', 'kcon_most']
-    destdir = '/usr/local/bin'
+    destdir = '/usr/bin'
     for filename in FILES:
         log.info('Shipping %r...', filename)
         src = os.path.join(os.path.dirname(__file__), filename)