Adapt with MMRL

This commit is contained in:
KOWX712
2024-12-07 03:47:15 +08:00
parent 3d8ca67a6a
commit 873354b11c
6 changed files with 52 additions and 13 deletions
+1 -3
View File
@@ -43,9 +43,7 @@ else
if [ -d "$TS/webroot" ]; then
rm -rf "$TS/webroot"
fi
if [ -d "$MODPATH/common/temp" ]; then
ln -s "$MODPATH/webroot" "$TS/webroot"
fi
ln -s "$MODPATH/webroot" "$TS/webroot"
fi
until [ "$(getprop sys.boot_completed)" = "1" ]; do