diff options
author | irina <irinagomez@us.es> | 2014-02-24 10:14:33 +0000 |
---|---|---|
committer | irina <irinagomez@us.es> | 2014-02-24 10:14:33 +0000 |
commit | 253f69eaed0144d0655675efb3b9b6a07801589e (patch) | |
tree | 2e05067feea1d3182b77919847d3dbb29e7a75a1 /client/shared/lib | |
parent | 791d013b4d86ae2be0e6e09205c22f4a34d6603e (diff) |
#636 #565 correccion errata nombre variable OG_ERR_NOTDIFFERENT y utf8 en log en tiempo real
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4154 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/shared/lib')
-rwxr-xr-x | client/shared/lib/httpd/LogCommand.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/shared/lib/httpd/LogCommand.sh b/client/shared/lib/httpd/LogCommand.sh index 54c4881e..b61fb6e6 100755 --- a/client/shared/lib/httpd/LogCommand.sh +++ b/client/shared/lib/httpd/LogCommand.sh @@ -6,7 +6,7 @@ echo "<meta charset='utf-8'>" echo "<meta http-equiv='Refresh' content='5,URL=./LogCommand.sh'> <link rel='stylesheet' type='text/css' href='oglive.css' />" echo "<title>Bash as CGI</title></head><body>" -$(strings /tmp/command.log > /tmp/command.log.tmp) +$(strings -e S /tmp/command.log > /tmp/command.log.tmp) echo "<table>" |