uniform the shebang usage

Signed-off-by: Xu Yang <xyang@ciq.com>
This commit is contained in:
Xu Yang
2024-02-06 20:35:23 -07:00
parent 433da70358
commit 9d7365e34d
3 changed files with 3 additions and 2 deletions

View File

@@ -144,6 +144,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
excluded with ~ prefix and in listings are listed as !{excluded_profile} #885
- modules are now correctly included
- move hostlist into internal alongside other warewulf code #804
- uniform shebang usage in scripts of init.d folder #821
## [4.4.0] 2023-01-18

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
. /warewulf/config

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
. /warewulf/config