From: František Dvořák Date: Wed, 11 Apr 2012 15:32:55 +0000 (+0000) Subject: Evaluate $SYS_APACHE sooner (directly from autonoous test). X-Git-Tag: glite-px-proxyrenewal_R_1_3_25_2~15 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c55d9e4209330a67b1dd439e22bc5e5ebb0d0048;p=jra1mw.git Evaluate $SYS_APACHE sooner (directly from autonoous test). --- 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 1eb7258..a4df1c2 100755 --- a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh +++ b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh @@ -98,8 +98,8 @@ mkdir -p /var/www/htdocs killall httpd apache2 >/dev/null 2>&1 sleep 2 killall -9 httpd apache2 >/dev/null 2>&1 -echo Starting \$SYS_APACHE -f \$HTTPD_CONF -\$SYS_APACHE -f \$HTTPD_CONF +echo Starting $SYS_APACHE -f \$HTTPD_CONF +$SYS_APACHE -f \$HTTPD_CONF cd /tmp