Files
Tricky-Addon-Update-Target-…/module/action.sh
2024-10-31 23:27:00 +08:00

17 lines
446 B
Bash

TS="/data/adb/tricky_store"
echo "**********************************************"
echo "- Staring script..."
echo " "
if [ ! -f "$TS/UpdateTargetList.sh" ]; then
echo "! Script missing, please install module again"
echo "**********************************************"
exit 1
else
. "$TS/UpdateTargetList.sh"
fi
echo "**********************************************"
echo "\(__All set!__)/"
echo "Exiting in 2 seconds..."
sleep 2