Fix asterisks in installer header

* You're welcome harry

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
Paul Keith
2017-04-08 16:08:51 -05:00
parent 36c04ec8d7
commit 44cac4c226

View File

@@ -25,9 +25,9 @@ ui_print() {
echo "ui_print" > "$OUTFD"; echo "ui_print" > "$OUTFD";
} }
ui_print "*****************" ui_print "**********************"
ui_print "MindTheGapps installer" ui_print "MindTheGapps installer"
ui_print "*****************" ui_print "**********************"
ui_print "Mounting /system" ui_print "Mounting /system"