From 21339422a26bb3cdcebb10d037516f7a1bdd38d1 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Mon, 18 Mar 2019 10:03:51 -0400 Subject: [PATCH] cephfs-shell: fix mode of script in tree Make it executable so we can run it inside the tree. Signed-off-by: Jeff Layton --- src/tools/cephfs/cephfs-shell | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 src/tools/cephfs/cephfs-shell diff --git a/src/tools/cephfs/cephfs-shell b/src/tools/cephfs/cephfs-shell old mode 100644 new mode 100755 -- 2.47.3