50-dracut.install: use /bin/bash shebang
This script utilizes several bash-specific constructs.master
parent
bd98b88447
commit
69395a528a
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
COMMAND="$1"
|
||||
KERNEL_VERSION="$2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue