aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2013-08-13 15:52:04 +0200
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2013-08-13 15:52:04 +0200
commit5f3ee31f3f06603e908eec1d949c058075d6627d (patch)
tree4de853acda7034485457bc5a321044f756571c9c
parentb93e4c2427429c35bb6ec4e1a31bea7a5e9beadb (diff)
downloadecs2-5f3ee31f3f06603e908eec1d949c058075d6627d.tar.gz
ecs2-5f3ee31f3f06603e908eec1d949c058075d6627d.zip
Fixed typo.
-rwxr-xr-xcampusconnect/scripts/participant.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/campusconnect/scripts/participant.sh b/campusconnect/scripts/participant.sh
index dbf7a26..aa1cdd8 100755
--- a/campusconnect/scripts/participant.sh
+++ b/campusconnect/scripts/participant.sh
@@ -116,8 +116,7 @@ if [ "x`echo $rid | grep '^[0-9]\+$'`" != "x" -a "x$namespace" != "x" -a "x$reso
fi
cmd="curl $CURL_OPTIONS --cacert $CACERT --cert $CERT --key $KEY --pass $PASS \
-X DELETE ${ECS_URL}$1 $REDIRECT_IO"
- #eval $cmd
- echo $cmd
+ eval $cmd
elif [ "x`echo $rid | grep '^[0-9]\+$'`" = "x" -a "x$namespace" != "x" -a "x$resourcename" != "x" ]; then
curl_options="$CURL_OPTIONS"
CURL_OPTIONS=