scripts: make remaining header/section dividers uniform

- match other recent formatting updates from topjohnwu
This commit is contained in:
osm0sis
2020-03-20 07:44:08 -03:00
committed by John Wu
parent 84ecba4629
commit 0b70bd2b60
7 changed files with 43 additions and 42 deletions

View File

@ -26,9 +26,9 @@ trampoline() {
fi
ui_print() { $BOOTMODE && log -t Magisk -- "$1" || echo -e "ui_print $1\nui_print" >> /proc/self/fd/$OUTFD; }
ui_print "************************"
ui_print "* Magisk addon.d failed"
ui_print "************************"
ui_print "***********************"
ui_print " Magisk addon.d failed"
ui_print "***********************"
ui_print "! Cannot find Magisk binaries - was data wiped or not decrypted?"
ui_print "! Reflash OTA from decrypted recovery or reflash Magisk"
exit 1