~ubuntu-core-dev/eucalyptus/ubuntu

« back to all changes in this revision

Viewing changes to tools/euca_conf.in

  • Committer: Dustin Kirkland
  • Date: 2010-03-26 01:08:04 UTC
  • Revision ID: kirkland@x200-20100326010804-3ltvwmsywxbhk9gl
tools/euca_conf.in: ensure that we exit 0 if no errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
1527
1527
        done | sort | uniq > $EUCALYPTUS/var/lib/eucalyptus/services
1528
1528
fi
1529
1529
 
1530
 
[ "$errors" = "1" ] && exit 1
 
1530
[ "$errors" = "1" ] && exit 1 || exit 0