fbs diff fbs @ rev 8

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:27:47 2019 +0100 (2019-02-26)
parents 889bd09f2370
children
line diff
     1.1 --- a/fbs	Fri May 02 14:06:52 2014 +0200
     1.2 +++ b/fbs	Tue Feb 26 12:27:47 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  #
     1.6  # Fbs - Graphical framebuffer boot using Busybox fbsplash applet. No use of SliTaz
     1.7 -# specific code since it may be used by other distro or emb system.
     1.8 +# specific code since it may be used by other distros or emb systems.
     1.9  #
    1.10  # (C) 2014 Christophe Lincoln - BSD License.
    1.11  #
    1.12 @@ -41,7 +41,7 @@
    1.13  
    1.14  check_root() {
    1.15  	if [ $(id -u) != "0" ]; then
    1.16 -		echo "Only root adiministrator can run fbs $1" && exit 1
    1.17 +		echo "Only root administrator can run fbs $1" && exit 1
    1.18  	fi
    1.19  }
    1.20