# HG changeset patch # User Paul Issott # Date 1489327377 0 # Node ID 0fd432698aaf273b6b40dd437333aa86e87570f9 # Parent 33333de28e7383f0cefadd90450bae168aa27998 Tiny edits diff -r 33333de28e73 -r 0fd432698aaf tools/web/seb.cgi --- a/tools/web/seb.cgi Sun Mar 12 04:47:04 2017 +0100 +++ b/tools/web/seb.cgi Sun Mar 12 14:02:57 2017 +0000 @@ -1,8 +1,8 @@ #!/bin/sh # # seb.cgi: SliTaz Embedded Builder CGI interface. Invoking seb to build -# a custom OS in the current dir or the one set in work= config variable. -# The webserver must be run by root, so we use Busyboy httpd to serv on +# a custom OS in the current dir or the one set in the work= config variable. +# The webserver must be run by root, so we use Busybox httpd to serve on # a custom port and for localhost only (see seb httpd.conf). # # Example: # cd path/to/os; seb -w @@ -14,7 +14,7 @@ export output=html . /lib/libseb.sh -# Everything preformated, for a cmdline style output +# Everything preformatted for a cmdline style output cat << EOT @@ -53,7 +53,7 @@ Rootiso size : $(du -sh $work/rootiso | awk '{print $1}') EOT else - echo "Seb OS : No build yet!" + echo "Seb OS : Not built yet!" fi ;; esac