Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Aug 11, 2023
1 parent ae23c06 commit de78177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recovery-simulator/recovery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ parse_recovery_output false "${recovery_logs_dir:?}/recovery-raw.log" "${recover
rm -f -- "${_android_sys:?}/framework/framework-res.apk" || true
rm -rf -- "${_android_sys:?}/bin" || true # It contains all symlinks of BusyBox, so remove it for now
TZ=UTC find "${BASE_SIMULATION_PATH}" -exec touch -c -h -t '202001010000' -- '{}' '+' || true
LC_ALL=C TZ=UTC ls -A -R -F -l -n --color='never' -- "${BASE_SIMULATION_PATH}" 1> "${recovery_logs_dir:?}/installed-files.log" || true
cd "${OUR_TEMP_DIR:?}" || fail_with_msg 'Failed to change dir to our temp dir'
LC_ALL=C TZ=UTC ls -A -R -F -l -n --color='never' -- 'root' 1> "${recovery_logs_dir:?}/installed-files.log" || true

# Final cleanup
cd "${_init_dir:?}" || fail_with_msg 'Failed to change back the folder'
Expand Down

0 comments on commit de78177

Please sign in to comment.