This commit is contained in:
Anime4000 2022-09-08 23:43:21 +08:00
parent e63a2decb4
commit 019acca9ba
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ cd "$DIR/${FILENAME%.*}"
if [ -d "$DIR/custom/etc" ]; then
echo "Injecting custom or fix scripts"
cp -rf "$DIR/custom/etc" "$CHDIR/etc"
cp -rf "$DIR/custom/etc" "$CHDIR/"
chmod 755 "$CHDIR/etc"
fi
if [ -f "$CHDIR/etc/scripts/fix_sw_ver.sh" ]; then