This commit is contained in:
KOWX712
2024-10-31 23:27:00 +08:00
parent 842b2691a7
commit 2948476589
3 changed files with 9 additions and 9 deletions
+7 -1
View File
@@ -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!__)/"