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

feature #1307: Fix for attach/detach vmware not finding scripts_common_sh.sh

This commit is contained in:
Tino Vazquez 2012-06-19 12:55:17 +02:00
parent df220660f4
commit 71b7acc186
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
source $PWD/scripts_common_sh.sh
source $(dirname $0)/scripts_common_sh.sh
DEPLOYID="$1"
SOURCE="$2"

View File

@ -16,7 +16,7 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
source $PWD/scripts_common_sh.sh
source $(dirname $0)/scripts_common_sh.sh
DEPLOYID="$1"
IMAGE_PATH="$2"