From bab75eff7fd6c9a404e7149290e5e8516693bbc4 Mon Sep 17 00:00:00 2001 From: Alan Meadows Date: Mon, 9 Jan 2017 08:36:08 -0800 Subject: [PATCH] Keep consistent with our set -ex approach on all shell scripts --- nova/templates/bin/_start-osapi.sh.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nova/templates/bin/_start-osapi.sh.tpl b/nova/templates/bin/_start-osapi.sh.tpl index 5e51c57f7c..a2bf2a2ff4 100644 --- a/nova/templates/bin/_start-osapi.sh.tpl +++ b/nova/templates/bin/_start-osapi.sh.tpl @@ -1,4 +1,6 @@ -#!/bin/sh +#!/bin/bash +set -ex + # # start nova-api-osapi service #