pull/215/merge
Maciej Małecki 2020-07-19 22:01:13 +01:00 committed by GitHub
commit afee954152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -108,11 +108,11 @@ run_stage(){
run_sub_stage
fi
done
PREV_ROOTFS_DIR="${ROOTFS_DIR}"
PREV_STAGE="${STAGE}"
PREV_STAGE_DIR="${STAGE_DIR}"
fi
unmount "${WORK_DIR}/${STAGE}"
PREV_STAGE="${STAGE}"
PREV_STAGE_DIR="${STAGE_DIR}"
PREV_ROOTFS_DIR="${ROOTFS_DIR}"
popd > /dev/null
log "End ${STAGE_DIR}"
}