fix: always run hotpatcher
This commit is contained in:
parent
2012a93e5f
commit
95d604c227
@ -131,14 +131,14 @@ title
|
|||||||
|
|
||||||
[[ "$enableUpdate" == "true" ]] && updater "$@"
|
[[ "$enableUpdate" == "true" ]] && updater "$@"
|
||||||
|
|
||||||
|
## Always check if a hotpatch needs to be applied
|
||||||
|
hotpatch
|
||||||
|
|
||||||
# Show menu if menu flag is set
|
# Show menu if menu flag is set
|
||||||
if [[ "$no_args" == "true" ]]; then
|
if [[ "$no_args" == "true" ]]; then
|
||||||
no_args
|
no_args
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Always check if a hotpatch needs to be applied
|
|
||||||
hotpatch
|
|
||||||
|
|
||||||
## Exit if incompatable functions are called
|
## Exit if incompatable functions are called
|
||||||
[[ "$update_all_apps" == "true" && "$update_apps" == "true" ]] && echo -e "-U and -u cannot BOTH be called" && exit
|
[[ "$update_all_apps" == "true" && "$update_apps" == "true" ]] && echo -e "-U and -u cannot BOTH be called" && exit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user