summaryrefslogtreecommitdiffstats
path: root/bifrost/scripts/destroy_env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bifrost/scripts/destroy_env.sh')
-rwxr-xr-xbifrost/scripts/destroy_env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bifrost/scripts/destroy_env.sh b/bifrost/scripts/destroy_env.sh
index aef4ccba..819048b5 100755
--- a/bifrost/scripts/destroy_env.sh
+++ b/bifrost/scripts/destroy_env.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2016 RedHat and others.
@@ -6,7 +7,6 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-#!/bin/bash
virsh destroy jumphost.opnfvlocal || true
virsh destroy controller00.opnfvlocal || true
virsh destroy compute00.opnfvlocal || true