Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurora-Nasa-1 committed Dec 21, 2024
1 parent 968986d commit c0f5d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ CustomShell() {
ClearEnv() {
find "$INSTALLER_MODPATH" ! -name "module.prop" -exec rm -rf {} \;
if [ "$APATCH" != true ]; then
cp "$INSTALLER_MODPATH/module.prop" "data/adb/modules/AuroraNasaInstaller/module.prop"
cp "$INSTALLER_MODPATH/module.prop" "/data/adb/modules/AuroraNasaInstaller/module.prop"
rm -rf "$INSTALLER_MODPATH"
fi
}
Expand Down

0 comments on commit c0f5d36

Please sign in to comment.