From f6dd5791182e2fd981110a2ac4e55f944f10524e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 4 Mar 2018 18:41:18 +0100 Subject: [PATCH] Cleanup tmpdir --- ceph-osd-activate-all | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph-osd-activate-all b/ceph-osd-activate-all index 1cfdab0..581caa3 100755 --- a/ceph-osd-activate-all +++ b/ceph-osd-activate-all @@ -22,3 +22,5 @@ for dev in $(fdisk -l | awk '$6 ~/Ceph/ { print $1 }'); do /etc/init.d/ceph start "osd.$id" done + +rmdir "$tmpdir"