[PATCH 01/11] Shebang line was missing,fixed

From: Bhaskar Chowdhury
Date: Tue Jul 22 2025 - 07:37:15 EST


Added the shebang lines at the top of the file.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
---
Documentation/admin-guide/aoe/udev-install.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/aoe/udev-install.sh b/Documentation/admin-guide/aoe/udev-install.sh
index 15e86f58c036..1a34692cda23 100644
--- a/Documentation/admin-guide/aoe/udev-install.sh
+++ b/Documentation/admin-guide/aoe/udev-install.sh
@@ -1,6 +1,8 @@
-# install the aoe-specific udev rules from udev.txt into
+#!/bin/sh
+
+# install the aoe-specific udev rules from udev.txt into
# the system's udev configuration
-#
+#

me="`basename $0`"

--
2.49.1