Fix ui_print

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
Paul Keith 2017-04-08 14:40:44 -05:00
parent c9ba5041e7
commit 36c04ec8d7
No known key found for this signature in database
GPG Key ID: AB0BF746E05523CF

View File

@ -1,5 +1,6 @@
#!/sbin/sh
OUTFD="/proc/self/fd/$2"
ZIP=$3
exec_util() {
@ -19,6 +20,11 @@ set_owner() {
exec_util "chown $1:$2 $3"
}
ui_print() {
echo "ui_print $1" > "$OUTFD";
echo "ui_print" > "$OUTFD";
}
ui_print "*****************"
ui_print "MindTheGapps installer"
ui_print "*****************"