summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'hooks')
-rw-r--r--hooks/consolefont6
1 files changed, 3 insertions, 3 deletions
diff --git a/hooks/consolefont b/hooks/consolefont
index 8183844..f35869e 100644
--- a/hooks/consolefont
+++ b/hooks/consolefont
@@ -3,8 +3,8 @@
run_hook ()
{
if [ -e /consolefont.psfu ]; then
- msg -n ":: Loading console font..."
- /usr/sbin/setfont -C /dev/console /consolefont.psfu
- msg "done."
+ msg -n ":: Loading console font..."
+ /usr/sbin/setfont -C /dev/console /consolefont.psfu
+ msg "done."
fi
}