scripts/customize: dont remove action-on-webui

some folks might prefer this, since it does NOT auto close.
This commit is contained in:
backslashxx 2025-02-20 07:50:34 +08:00
parent 926d7474a0
commit 7eb71ba790

View File

@ -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