seb rev 25

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Mar 12 14:02:57 2017 +0000 (2017-03-12)
parents 33333de28e73
children e0373153fcbd
files tools/web/seb.cgi
line diff
     1.1 --- a/tools/web/seb.cgi	Sun Mar 12 04:47:04 2017 +0100
     1.2 +++ b/tools/web/seb.cgi	Sun Mar 12 14:02:57 2017 +0000
     1.3 @@ -1,8 +1,8 @@
     1.4  #!/bin/sh
     1.5  #
     1.6  # seb.cgi: SliTaz Embedded Builder CGI interface. Invoking seb to build
     1.7 -# a custom OS in the current dir or the one set in work= config variable.
     1.8 -# The webserver must be run by root, so we use Busyboy httpd to serv on
     1.9 +# a custom OS in the current dir or the one set in the work= config variable.
    1.10 +# The webserver must be run by root, so we use Busybox httpd to serve on
    1.11  # a custom port and for localhost only (see seb httpd.conf).
    1.12  #
    1.13  # Example: # cd path/to/os; seb -w
    1.14 @@ -14,7 +14,7 @@
    1.15  export output=html
    1.16  . /lib/libseb.sh
    1.17  
    1.18 -# Everything preformated, for a cmdline style output
    1.19 +# Everything preformatted for a cmdline style output
    1.20  cat << EOT
    1.21  <!DOCTYPE html>
    1.22  <html>
    1.23 @@ -53,7 +53,7 @@
    1.24  Rootiso size : <span class='info'>$(du -sh $work/rootiso | awk '{print $1}')</span>
    1.25  EOT
    1.26  		else
    1.27 -			echo "Seb OS      : No build yet!"
    1.28 +			echo "Seb OS      : Not built yet!"
    1.29  		fi ;;
    1.30  esac
    1.31