Skip to content

Commit

Permalink
print log directly
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jul 20, 2024
1 parent d2f1d9a commit fd408e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recovery/root/system/bin/multidisabler
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,9 @@ umount $ANDROID_ROOT

log "--- Multidisabler finished at $(date) ---"
echo " "
echo "Finished. Check $LOG_FILE for details."
echo " "
echo "Printing log file:"
echo " "
cat $LOG_FILE
echo " "
echo "Finished. log saved at $LOG_FILE for details."
echo " "

0 comments on commit fd408e0

Please sign in to comment.