1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Replace ruby with sh for the empty post and clean scripts in vmware network drivers

This commit is contained in:
Jaime Melis 2012-01-05 14:18:00 +01:00
parent e5c5a78357
commit 5102530d16
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env ruby
#!/bin/sh
# -------------------------------------------------------------------------- #
# Copyright 2002-2011, OpenNebula Project Leads (OpenNebula.org) #

View File

@ -1,4 +1,4 @@
#!/usr/bin/env ruby
#!/bin/sh
# -------------------------------------------------------------------------- #
# Copyright 2002-2011, OpenNebula Project Leads (OpenNebula.org) #
@ -15,4 +15,5 @@
# See the License for the specific language governing permissions and #
# limitations under the License. #
#--------------------------------------------------------------------------- #
exit 0