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

feature #1437: Rename tm_vmwarerc -> tm_vmfsrc

This commit is contained in:
Tino Vazquez 2012-09-18 16:54:48 +02:00
parent abd2c9c627
commit 05982ae0e1
4 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ fi
. $TMCOMMON
source $(dirname $0)/tm_vmwarerc
source $(dirname $0)/tm_vmfsrc
#-------------------------------------------------------------------------------
# Set dst path and dirs

View File

@ -40,7 +40,7 @@ fi
. $TMCOMMON
source $(dirname $0)/tm_vmwarerc
source $(dirname $0)/tm_vmfsrc
#-------------------------------------------------------------------------------
# Return if deleting a disk, we will delete them when removing the

View File

@ -41,7 +41,7 @@ fi
. $TMCOMMON
source $(dirname $0)/tm_vmwarerc
source $(dirname $0)/tm_vmfsrc
#-------------------------------------------------------------------------------
# Set dst path and dir

View File

@ -40,7 +40,7 @@ fi
. $TMCOMMON
source $(dirname $0)/tm_vmwarerc
source $(dirname $0)/tm_vmfsrc
if [ "$USE_SSH" != "yes" ]; then
USERNAME=`echo $(cat $VMWARERC |grep ":username:"|cut -d":" -f 3|tr -d '"')`