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:
parent
df220660f4
commit
71b7acc186
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user