diff options
Diffstat (limited to 'hooks/consolefont')
-rw-r--r-- | hooks/consolefont | 6 |
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 } |