Fix script header to avoid set -e lintian warning
authorThomas Goirand <thomas@goirand.fr>
Fri, 16 Nov 2012 07:40:13 +0000 (07:40 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 16 Nov 2012 07:40:13 +0000 (07:40 +0000)
Rewritten-From: d4212c883fc291ed0552f347dc4a40b80405563d

trusty/debian/ceilometer-common.postinst

index c2595a5838b79be9fa441e776bd1d4c1701ed4f4..c5ce8d61b9432c0db2b645c9863caf3e1fad67a9 100644 (file)
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 if [ "$1" = "configure" ]; then
        if ! getenv group ceilometer > /dev/null 2>&1; then