From 2665b5000a477b5f5e88ad6b3d59fa0657c401d5 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 13 Jul 2014 08:49:59 -0700 Subject: [PATCH] Add missing sh-bang line to run-bandersnatch It turns out that without one, the system tries to run this as shell. Change-Id: I095110874e4c36402c64a6048c366ce9c5e5a1fa --- modules/openstack_project/files/run_bandersnatch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/files/run_bandersnatch.py b/modules/openstack_project/files/run_bandersnatch.py index ac3b6edf95..c3636f84fd 100644 --- a/modules/openstack_project/files/run_bandersnatch.py +++ b/modules/openstack_project/files/run_bandersnatch.py @@ -1,3 +1,4 @@ +#!/usr/bin/python # Copyright (c) 2014 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License");