This commit is contained in:
Aditya Garg 2022-01-12 18:49:26 +05:30 committed by GitHub
parent f30626379e
commit 27addce7d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ROOT_PATH=$(pwd)
WORKING_PATH=/root/work
CHROOT_PATH="${WORKING_PATH}/chroot"
IMAGE_PATH="${WORKING_PATH}/image"
KERNEL_VERSION=5.16
KERNEL_VERSION=5.16.0
if [ -d "$WORKING_PATH" ]; then
rm -rf "$WORKING_PATH"