From 11d1415636a97394dffa8dc31ebf8fdb4266c83d Mon Sep 17 00:00:00 2001 From: backslashxx <118538522+backslashxx@users.noreply.github.com> Date: Thu, 20 Feb 2025 07:50:34 +0800 Subject: [PATCH] scripts/customize: dont remove action-on-webui some folks might prefer this, since it does NOT auto close. --- module/customize.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/module/customize.sh b/module/customize.sh index 94ac8a8..87a2c40 100644 --- a/module/customize.sh +++ b/module/customize.sh @@ -69,10 +69,3 @@ fi # give exec perm to action.sh chmod +x "$MODPATH/action.sh" -# action.sh, ap 10927, ksu 11981 -if { [ "$KSU" = "true" ] && [ "$KSU_VER_CODE" -ge 11981 ]; } || - { [ "$APATCH" = "true" ] && [ "$APATCH_VER_CODE" -ge 10927 ]; }; then - # we dont need the webui workaround - # since manager has action - rm -rf "$MODPATH/webroot" -fi