aboutsummaryrefslogtreecommitdiff
path: root/campusconnect
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2011-08-29 15:33:06 +0200
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2011-08-29 15:33:06 +0200
commitd2434b9964d9ef5771783b546ed04c32858ff647 (patch)
tree7ed055e5f7d516b53ddc64ce216c94443513443b /campusconnect
parent980bc3bfdb0021b0dedc32f423eff305731efd6e (diff)
downloadecs2-d2434b9964d9ef5771783b546ed04c32858ff647.tar.gz
ecs2-d2434b9964d9ef5771783b546ed04c32858ff647.zip
Changed LSFproxy query string.
Diffstat (limited to 'campusconnect')
-rwxr-xr-xcampusconnect/scripts/lsfproxy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/campusconnect/scripts/lsfproxy.sh b/campusconnect/scripts/lsfproxy.sh
index fd90b55..a116be6 100755
--- a/campusconnect/scripts/lsfproxy.sh
+++ b/campusconnect/scripts/lsfproxy.sh
@@ -161,6 +161,7 @@ else
if [ -z $CID ]; then
curl $CURL_OPTIONS --cacert $CACERT --cert $CERT --key $KEY --pass $PASS \
-H "Accept: text/uri-list" \
+ -H "X-EcsQueryStrings: all=true" \
-X GET $ECS_URL/$RESOURCE
else
url=`curl -s --cacert $CACERT --cert $CERT --key $KEY --pass $PASS \
@@ -174,7 +175,7 @@ else
echo "ERROR: Invalid resource id"
exit 99
else
- curl $CURL_OPTIONS -H "X-EcsQueryStrings: all=true" -X GET $url
+ curl $CURL_OPTIONS -X GET $url
fi
fi
fi