mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(steps/break): remove debug code
This commit is contained in:
parent
4674fc5cef
commit
c55fd54ec2
1 changed files with 0 additions and 10 deletions
|
|
@ -4,14 +4,4 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
resume_next_path="/steps/.lb-resume-next"
|
|
||||||
|
|
||||||
if [ -n "${LB_RESUME_NEXT_SCOPE:-}" ] && [ -n "${LB_RESUME_NEXT_PACKAGE:-}" ]; then
|
|
||||||
mkdir -p "$(dirname "${resume_next_path}")"
|
|
||||||
cat > "${resume_next_path}" <<EOF
|
|
||||||
scope=${LB_RESUME_NEXT_SCOPE}
|
|
||||||
package=${LB_RESUME_NEXT_PACKAGE}
|
|
||||||
EOF
|
|
||||||
fi
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue