From: Zdeněk Šustr Date: Thu, 10 Nov 2011 10:29:15 +0000 (+0000) Subject: Proper escaping X-Git-Tag: merge_30_head_take2_dst~58 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=fc32cc1ded3b698c1d65f32370113980bdaa7ab6;p=jra1mw.git Proper escaping --- diff --git a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh index 344db04..8508a91 100755 --- a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh +++ b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh @@ -36,7 +36,7 @@ export GSTSTCOLS yum install -q -y voms-clients yum install -q -y httpd mod_ssl -sed -e '1,$s!/usr/lib/httpd/modules/!modules/!' /usr/share/doc/gridsite-*/httpd-webserver.conf | sed 's!/var/www/html!/var/www/htdocs!' | sed "s/FULL.SERVER.NAME/$(hostname -f)/" | sed "s/\(GridSiteGSIProxyLimit\)/# \1/"> /tmp/httpd-webserver.conf +sed -e '1,\$s!/usr/lib/httpd/modules/!modules/!' /usr/share/doc/gridsite-*/httpd-webserver.conf | sed 's!/var/www/html!/var/www/htdocs!' | sed "s/FULL.SERVER.NAME/\$(hostname -f)/" | sed "s/\(GridSiteGSIProxyLimit\)/# \1/"> /tmp/httpd-webserver.conf echo "AddHandler cgi-script .cgi" >> /tmp/httpd-webserver.conf echo "ScriptAlias /gridsite-delegation.cgi /usr/sbin/gridsite-delegation.cgi" >> /tmp/httpd-webserver.conf mkdir /var/www/htdocs