mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(steps-guix/jump): remove check
This commit is contained in:
parent
8bb3da9961
commit
4674fc5cef
1 changed files with 2 additions and 5 deletions
|
|
@ -4,11 +4,8 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Optional in some preseed/testing contexts.
|
# shellcheck disable=SC1091
|
||||||
if [ -f /steps/bootstrap.cfg ]; then
|
. /steps/bootstrap.cfg
|
||||||
# shellcheck disable=SC1091
|
|
||||||
. /steps/bootstrap.cfg
|
|
||||||
fi
|
|
||||||
|
|
||||||
# For VM/metal runs, stop immediately so the current disk state can be reused.
|
# For VM/metal runs, stop immediately so the current disk state can be reused.
|
||||||
if [ "${CHROOT}" = False ]; then
|
if [ "${CHROOT}" = False ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue