Remove restriction on installation

But module will still removed automatically if tricky store module not found to keep the convenient for user to remove webui when uninstalling tricky store.
This commit is contained in:
KOWX712
2024-12-16 02:38:54 +08:00
parent f46cc964e4
commit dc46e5f12e

View File

@@ -23,10 +23,7 @@ else
abort " ";
fi
if [ ! -d "$TS" ]; then
ui_print "! Tricky store module is not installed"
abort
fi
[ -d "$TS" ] || ui_print "! Warning: Tricky store module not found"
. "$MODPATH/install_func.sh"