CommonInstaller: minor fix

merge-requests/23/head
Christopher Roy Bratusek 7 years ago
parent cbbc0fbe21
commit 71c9b70233

@ -559,7 +559,7 @@ magisk_install_finish () {
;; ;;
esac esac
if [ ! -z ${CUSTOM_FONT} -a "${nanodroid_fonts}" -eq 1 ]; then if [ "${nanodroid_fonts}" -eq 1 -a ! -z ${CUSTOM_FONT} ]; then
ui_print " << Restore NanoDroid-Font (${CUSTOM_FONT})" ui_print " << Restore NanoDroid-Font (${CUSTOM_FONT})"
if [ "${ROM_NO_XBIN}" -eq 1 ]; then if [ "${ROM_NO_XBIN}" -eq 1 ]; then
${MODPATH}/system/bin/nanodroid-font -s "${CUSTOM_FONT}" ${MODPATH}/system/bin/nanodroid-font -s "${CUSTOM_FONT}"

Loading…
Cancel
Save