Merge pull request #1070 from JasonYangShadow/issue/821
refactor the shebang usage in scripts of init.d folder
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
. /warewulf/config
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
. /warewulf/config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user