summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2019-07-05 11:16:59 +0200
committerMichael Schroeder <mls@suse.de>2019-07-05 11:17:20 +0200
commite4809dbb4fdedac89c1e0b1f86bd02478e12007f (patch)
tree4cb6bd423756bc5ae6400b57cbf96c38fc8a2b3d
parentd8762d0b8b2224697bba61ffbdffbd2f64eab877 (diff)
Drop shebang line from openstack-console
-rw-r--r--build-vm-openstack2
-rw-r--r--openstack-console2
2 files changed, 1 insertions, 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