From 95d604c22780a6e0997ecffeeccf68fcc96cc693 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 26 Dec 2022 19:20:47 +0100 Subject: [PATCH] fix: always run hotpatcher --- truetool.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/truetool.sh b/truetool.sh index 3f505939..6e03990f 100755 --- a/truetool.sh +++ b/truetool.sh @@ -131,14 +131,14 @@ title [[ "$enableUpdate" == "true" ]] && updater "$@" +## Always check if a hotpatch needs to be applied +hotpatch + # Show menu if menu flag is set if [[ "$no_args" == "true" ]]; then no_args fi -## Always check if a hotpatch needs to be applied -hotpatch - ## Exit if incompatable functions are called [[ "$update_all_apps" == "true" && "$update_apps" == "true" ]] && echo -e "-U and -u cannot BOTH be called" && exit