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

M #-: Avaid double sourcing of scripts_common.sh (#1256)

tm_common.sh already source scripts_common.sh,
which causes '$SED' expands to 'sed -r -r'
This commit is contained in:
Jan Orel 2021-05-28 08:40:11 +02:00 committed by GitHub
parent 651d841081
commit b58996d67c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,6 @@ fi
DRIVER_PATH=$(dirname $0)
LIBFS=${DRIVER_PATH}/../../datastore/libfs.sh
. $LIB_LOCATION/sh/scripts_common.sh
. $LIBFS
. $TMCOMMON