From d708970f9c90d07d7310396e3f1242520367d5a5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 20 Feb 2018 19:13:19 +0100 Subject: [PATCH] +quotes --- ceph-osd-activate-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-osd-activate-all b/ceph-osd-activate-all index bd9a340..1cfdab0 100755 --- a/ceph-osd-activate-all +++ b/ceph-osd-activate-all @@ -12,7 +12,7 @@ for dev in $(fdisk -l | awk '$6 ~/Ceph/ { print $1 }'); do id=$(cat "${tmpdir}/whoami") # Chown the dev device to be accessible for ceph - chown ceph:ceph "${tmpdir}/block + chown ceph:ceph "${tmpdir}/block" umount "$dev"