mirror of
https://github.com/ceph/ceph
synced 2024-12-24 04:14:07 +00:00
52235e3256
base-files doesn't existing on rhel. /etc/default is everywhere and it's small. Signed-off-by: Sage Weil <sage@redhat.com>
8 lines
115 B
Bash
Executable File
8 lines
115 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
what="$1"
|
|
[ -z "$what" ] && what=/etc/default
|
|
ceph-post-file -d ceph-test-workunit $what
|
|
|
|
echo OK
|