This commit is contained in:
KOWX712
2024-11-03 16:22:54 +08:00
parent f61009b34e
commit 20c402d425
9 changed files with 33 additions and 25 deletions

View File

@@ -1,14 +1,15 @@
TS="/data/adb/tricky_store"
SCRIPT_DIR="/data/adb/tricky_store"
echo "**********************************************"
echo "- Staring script..."
echo " "
if [ ! -f "$TS/UpdateTargetList.sh" ]; then
if [ ! -f "$SCRIPT_DIR/UpdateTargetList.sh" ]; then
echo "! Script missing, please install module again"
echo "**********************************************"
exit 1
else
. "$TS/UpdateTargetList.sh"
. "$SCRIPT_DIR/UpdateTargetList.sh"
fi
echo "**********************************************"