From: Thomas Goirand Date: Fri, 16 Nov 2012 07:40:13 +0000 (+0000) Subject: Fix script header to avoid set -e lintian warning X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0c6dcea423b9447a183030798104765e3e4f43fc;hp=3087826f1dcbace4a98f4420ed69935010e40cf3;p=openstack-build%2Fceilometer-build.git Fix script header to avoid set -e lintian warning Rewritten-From: d4212c883fc291ed0552f347dc4a40b80405563d --- diff --git a/trusty/debian/ceilometer-common.postinst b/trusty/debian/ceilometer-common.postinst index c2595a5..c5ce8d6 100644 --- a/trusty/debian/ceilometer-common.postinst +++ b/trusty/debian/ceilometer-common.postinst @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e if [ "$1" = "configure" ]; then if ! getenv group ceilometer > /dev/null 2>&1; then