From ca23c4fa14d02099462772f972b42e750e8bcce1 Mon Sep 17 00:00:00 2001 From: rwisser Date: Sun, 10 Dec 2017 09:51:44 +0000 Subject: [PATCH] removed obsolete command git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1501 3dd849cd-670e-4645-a7cd-dd197c8d0e81 --- admin/webUpload.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin/webUpload.sh b/admin/webUpload.sh index 272090b75..28391e251 100644 --- a/admin/webUpload.sh +++ b/admin/webUpload.sh @@ -10,9 +10,6 @@ cd .. mv 1.co/jailer-code/* jailer cd jailer -find . -iname "*.htm" -exec sed "s|class=\"spacer\" .*width=\"100%\"> *
|class=\"spacer\" width=\"100%\">|g" '{}' --in-place \; -find . -iname "*.html" -exec sed "s|class=\"spacer\" .*width=\"100%\"> *
|class=\"spacer\" width=\"100%\">|g" '{}' --in-place \; - cp home.htm index.html find -iname ".svn" -exec rm -rf '{}' \; find -iname ".cvs*" -exec rm -rf '{}' \;