~awstools-dev/ubuntu/raring/elbcli/raring

« back to all changes in this revision

Viewing changes to bin/elb-create-lb-cookie-stickiness-policy

  • Committer: Scott Moser
  • Date: 2011-12-09 15:50:39 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: smoser@ubuntu.com-20111209155039-75f95q1frj35nqeu
Tags: upstream-1.0.15.1
ImportĀ upstreamĀ versionĀ 1.0.15.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env bash
 
2
if [ -n "${AWS_ELB_HOME:+x}" ]; then
 
3
        ${AWS_ELB_HOME}/bin/elb-cmd elb-create-lb-cookie-stickiness-policy  "$@"
 
4
else
 
5
        echo AWS_ELB_HOME is not set
 
6
        exit 1
 
7
fi