mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-23 16:30:11 -05:00
Undo shell options for dracut module-setup (#545)
This commit is contained in:
parent
5f44668897
commit
14f0432624
@ -3,8 +3,9 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
set -euo pipefail
|
# warning: file is loaded by dracut, so default "set" and "shopt" options are not set
|
||||||
shopt -s inherit_errexit
|
# set -euo pipefail
|
||||||
|
# shopt -s inherit_errexit
|
||||||
|
|
||||||
depends() {
|
depends() {
|
||||||
echo systemd
|
echo systemd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user