mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 15:39:37 -05:00
image: remove bash options from sourced scripts
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
4847b71faa
commit
cca02597c8
@ -3,8 +3,7 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
set -euo pipefail
|
# Note: This script is sourced.
|
||||||
shopt -s inherit_errexit
|
|
||||||
|
|
||||||
export PATH=/run/state/bin:${PATH}
|
export PATH=/run/state/bin:${PATH}
|
||||||
export KUBECONFIG=/etc/kubernetes/admin.conf
|
export KUBECONFIG=/etc/kubernetes/admin.conf
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
# warning: file is loaded by dracut, so default "set" and "shopt" options are not set
|
# Note: This script is sourced.
|
||||||
# set -euo pipefail
|
|
||||||
# shopt -s inherit_errexit
|
|
||||||
|
|
||||||
depends() {
|
depends() {
|
||||||
echo systemd
|
echo systemd
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
|
# Note: This script is sourced.
|
||||||
|
|
||||||
depends() {
|
depends() {
|
||||||
# expands to: systemd systemd-hostnamed systemd-networkd systemd-resolved systemd-timedated systemd-timesyncd
|
# expands to: systemd systemd-hostnamed systemd-networkd systemd-resolved systemd-timedated systemd-timesyncd
|
||||||
echo systemd-network-management
|
echo systemd-network-management
|
||||||
|
Loading…
Reference in New Issue
Block a user