mirror of
https://github.com/ceph/ceph
synced 2024-12-09 13:08:28 +00:00
82b0243ec3
Only root can read the key in /usr/share/... Signed-off-by: Sage Weil <sage@redhat.com>
8 lines
125 B
Bash
Executable File
8 lines
125 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
what="$1"
|
|
[ -z "$what" ] && what=/etc/udev/rules.d
|
|
sudo ceph-post-file -d ceph-test-workunit $what
|
|
|
|
echo OK
|