Update service.sh

This commit is contained in:
KOWX712
2024-11-01 04:20:11 +08:00
parent a2fef2e1ed
commit 65def0bed2

View File

@@ -23,5 +23,5 @@ else
until [ "$(getprop sys.boot_completed)" = "1" ]; do
sleep 1
done
. "$MODPATH/UpdateTargetList.sh"
. "$TS/UpdateTargetList.sh"
fi