From e4809dbb4fdedac89c1e0b1f86bd02478e12007f Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Fri, 5 Jul 2019 11:16:59 +0200 Subject: Drop shebang line from openstack-console --- build-vm-openstack | 2 +- openstack-console | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build-vm-openstack b/build-vm-openstack index 4bdb92f..1addaba 100644 --- a/build-vm-openstack +++ b/build-vm-openstack @@ -271,7 +271,7 @@ vm_startup_openstack() { sleep 1 done - if ! $BUILD_DIR/openstack-console "${WS_URL}" ; then + if ! python $BUILD_DIR/openstack-console "${WS_URL}" ; then $NOVACLIENT delete $OPENSTACK_BUILD_ID cleanup_and_exit 3 else diff --git a/openstack-console b/openstack-console index 3565f9e..0a11141 100644 --- a/openstack-console +++ b/openstack-console @@ -1,5 +1,3 @@ -#!/usr/bin/python - ################################################################ # # Copyright (c) 2017 SUSE Linux Products GmbH -- cgit v1.2.3