You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
optimize
This commit is contained in:
+7
-1
@@ -3,7 +3,13 @@ echo "**********************************************"
|
||||
echo "- Staring script..."
|
||||
echo " "
|
||||
|
||||
sh "$TS"/UpdateTargetList.sh
|
||||
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!__)/"
|
||||
|
||||
Reference in New Issue
Block a user