From e8d81271f3f39e7367057165c7df95c07c49eca6 Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Sun, 14 May 2023 02:30:43 +0800 Subject: [PATCH] Cleanup echo info --- scripts/build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index d999953..f0b380c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -633,9 +633,6 @@ if [ "$GAPPS_BRAND" != 'none' ]; then echo -e "Extract done\n" fi -cat "$WSA_WORK_ENV" -echo -e "\n" - if [[ "$WSA_MAIN_VER" -ge 2302 ]]; then echo "Convert vhdx to RAW image" vhdx_to_raw_img "$WORK_DIR/wsa/$ARCH/system_ext.vhdx" "$WORK_DIR/wsa/$ARCH/system_ext.img" || abort