Skip to content

Commit 55fb303

Browse files
installkernel: fix copy mistake in cleanup
1 parent 1b4f0d0 commit 55fb303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installkernel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ updatever() {
108108

109109
cleanup() {
110110
# shellcheck disable=SC2317
111-
[ -n "${KERNEL_INSTALL_STAGING_AREA}" ] && rm -rf "${KERNEL_INSTALL_STAGING_AREA}"
111+
[ -n "${INSTALLKERNEL_STAGING_AREA}" ] && rm -rf "${INSTALLKERNEL_STAGING_AREA}"
112112
}
113113

114114
trap cleanup EXIT

0 commit comments

Comments
 (0)