diff --git a/install.sh b/install.sh index db71c6f756..f60249d4c4 100755 --- a/install.sh +++ b/install.sh @@ -1162,7 +1162,6 @@ TM_ISCSI_FILES="src/tm_mad/iscsi/clone \ src/tm_mad/iscsi/snap_revert \ src/tm_mad/iscsi/failmigrate \ src/tm_mad/iscsi/delete" ->>>>>>> master #------------------------------------------------------------------------------- # Datastore drivers, to be installed under $REMOTES_LOCATION/datastore diff --git a/src/datastore_mad/remotes/vcenter/snap_delete b/src/datastore_mad/remotes/vcenter/snap_delete index 526cbbc801..9c454e8cd4 120000 --- a/src/datastore_mad/remotes/vcenter/snap_delete +++ b/src/datastore_mad/remotes/vcenter/snap_delete @@ -1 +1 @@ -./common/not_supported.sh \ No newline at end of file +../common/not_supported.sh \ No newline at end of file diff --git a/src/datastore_mad/remotes/vcenter/snap_flatten b/src/datastore_mad/remotes/vcenter/snap_flatten index 526cbbc801..9c454e8cd4 120000 --- a/src/datastore_mad/remotes/vcenter/snap_flatten +++ b/src/datastore_mad/remotes/vcenter/snap_flatten @@ -1 +1 @@ -./common/not_supported.sh \ No newline at end of file +../common/not_supported.sh \ No newline at end of file diff --git a/src/datastore_mad/remotes/vcenter/snap_revert b/src/datastore_mad/remotes/vcenter/snap_revert index 526cbbc801..9c454e8cd4 120000 --- a/src/datastore_mad/remotes/vcenter/snap_revert +++ b/src/datastore_mad/remotes/vcenter/snap_revert @@ -1 +1 @@ -./common/not_supported.sh \ No newline at end of file +../common/not_supported.sh \ No newline at end of file