Merge pull request #1070 from JasonYangShadow/issue/821

refactor the shebang usage in scripts of init.d folder
This commit is contained in:
Jonathon Anderson
2024-02-06 22:54:35 -07:00
committed by GitHub
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