mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
ceph-debugpack: c* -> ceph-* rename: use "ceph-debugpack" as temp dir name too.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
This commit is contained in:
parent
da8fa7837a
commit
0c2cfa1890
@ -70,7 +70,7 @@ log_path=`$CCONF -c $conf "log dir"`
|
||||
[ -z "$conf" ] && usage_exit
|
||||
|
||||
|
||||
tmp_path=`mktemp -d /tmp/cdebugpack.XXXXXXXXXX`
|
||||
tmp_path=`mktemp -d /tmp/ceph-debugpack.XXXXXXXXXX`
|
||||
tmp_path_bin=$tmp_path/bin
|
||||
tmp_path_bin_dbg=$tmp_path/bin.dbg
|
||||
tmp_path_log=$tmp_path/out
|
||||
|
Loading…
Reference in New Issue
Block a user