Skip to content

Commit 404a9c6

Browse files
committed
scripts: remove APatch banner/print messages
1 parent 1326aa9 commit 404a9c6

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

module/boot_patch.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ ARCH=$(getprop ro.product.cpu.abi)
2626
# Load utility functions
2727
. "$MODPATH/util_functions.sh"
2828

29-
echo "****************************"
30-
echo " APatch Boot Image Patcher"
31-
echo "****************************"
32-
3329
SUPERKEY="$1"
3430
BOOTIMAGE=$2
3531
FLASH_TO_DEVICE=$3

module/boot_unpatch.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ ARCH=$(getprop ro.product.cpu.abi)
1010
# Load utility functions
1111
. "$MODPATH/util_functions.sh"
1212

13-
echo "****************************"
14-
echo " APatch Boot Image Unpatcher"
15-
echo "****************************"
16-
1713
BOOTIMAGE=$1
1814

1915
[ -e "$BOOTIMAGE" ] || { echo "- $BOOTIMAGE does not exist!"; exit 1; }

0 commit comments

Comments
 (0)