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=bc2d27461de7082ae3538b2aeedc879f6341a8a9;p=openstack-build%2Fceilometer-build.git Fix script header to avoid set -e lintian warning Rewritten-From: d4212c883fc291ed0552f347dc4a40b80405563d --- diff --git a/xenial/debian/ceilometer-common.postinst b/xenial/debian/ceilometer-common.postinst index c2595a5..c5ce8d6 100644 --- a/xenial/debian/ceilometer-common.postinst +++ b/xenial/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