From: Zack Cerza Date: Thu, 19 Sep 2013 21:06:40 +0000 (-0500) Subject: Put helper scripts in /usr/bin X-Git-Tag: 1.1.0~1865^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=974aa6ae362baf9429d4dd3572ab9a509bbc21b2;p=teuthology.git Put helper scripts in /usr/bin --- diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 6ed67116b7..2337b0e644 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -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)