From 8801513684aa2ef12a05624900ec30705c336889 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Wed, 27 Nov 2024 21:21:07 +0800 Subject: [PATCH] Update uninstall.sh logic change --- module/common/temp/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/temp/uninstall.sh b/module/common/temp/uninstall.sh index 30ca28f..9b484f3 100644 --- a/module/common/temp/uninstall.sh +++ b/module/common/temp/uninstall.sh @@ -13,7 +13,7 @@ rm -rf "$SCRIPT_DIR/target_list_config" rm -f "$SCRIPT_DIR/UpdateTargetList.sh" rm -f "/data/adb/boot_hash" if [ -d "$TS" ]; then - if [ -f "$MODPATH/action.sh" ]; then + if [ -f "$TS/action.sh" ]; then rm -f "$TS/action.sh" else rm -rf "$TS/webroot"