From: Sage Weil Date: Thu, 9 Apr 2015 16:58:39 +0000 (-0700) Subject: qa/workunits/post-file.sh: use /etc/default X-Git-Tag: v9.0.1~76^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=52235e32561ef3e91f07c59c8fd89c4df244f461;p=ceph.git qa/workunits/post-file.sh: use /etc/default base-files doesn't existing on rhel. /etc/default is everywhere and it's small. Signed-off-by: Sage Weil --- diff --git a/qa/workunits/post-file.sh b/qa/workunits/post-file.sh index a6fb765e3bd..b2bba86578b 100755 --- a/qa/workunits/post-file.sh +++ b/qa/workunits/post-file.sh @@ -1,7 +1,7 @@ #!/bin/bash -ex what="$1" -[ -z "$what" ] && what=/usr/share/base-files +[ -z "$what" ] && what=/etc/default ceph-post-file -d ceph-test-workunit $what echo OK