From 2dfaedc85875f96bd5662a48bc9326c6edffe51d Mon Sep 17 00:00:00 2001 From: llnu Date: Wed, 27 May 2020 20:16:58 +0200 Subject: [PATCH] [map-osd-to-disktype] bugfix: debug feature was added accidentally (no cleanup) --- map-osd-to-disktype | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map-osd-to-disktype b/map-osd-to-disktype index 7bafb75..54d01fa 100755 --- a/map-osd-to-disktype +++ b/map-osd-to-disktype @@ -25,4 +25,4 @@ paste /tmp/local_osds.out /tmp/disk_types.out -d '|' # Cleanup *.out files in the temp dir -#rm /tmp/*.out +rm /tmp/*.out