From 52235e32561ef3e91f07c59c8fd89c4df244f461 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 9 Apr 2015 09:58:39 -0700 Subject: [PATCH] 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 --- qa/workunits/post-file.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/post-file.sh b/qa/workunits/post-file.sh index a6fb765e3bdcf..b2bba86578beb 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