Skip to content

Commit

Permalink
fix(network-manager): nm-lib.sh does not require bash
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldh committed Mar 31, 2021
1 parent 6b499ec commit 3402142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/35network-manager/nm-lib.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

type getcmdline > /dev/null 2>&1 || . /lib/dracut-lib.sh

Expand Down

0 comments on commit 3402142

Please sign in to comment.