From 5f0ffce99b7f00c817bc428a242026406b6ddeb9 Mon Sep 17 00:00:00 2001 From: wilkers-steve Date: Thu, 23 Feb 2017 14:28:06 -0500 Subject: [PATCH] Remove lost "Hello World" message (#229) Someone misplaced their "Hello World" debug message. It's been removed and returned to its owner --- nova/templates/bin/_init.sh.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/nova/templates/bin/_init.sh.tpl b/nova/templates/bin/_init.sh.tpl index 005810c70b..31a04fb4ef 100644 --- a/nova/templates/bin/_init.sh.tpl +++ b/nova/templates/bin/_init.sh.tpl @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -echo "Hello World" set -ex export HOME=/tmp