From 7da1b287dce14ed183ea2277943c5ae0b0bff1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Wed, 26 Aug 2015 20:44:26 -0300 Subject: fix xbs.d path and link db-repo-{add,remove} for compability reason --- src/bin/db-init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/db-init') diff --git a/src/bin/db-init b/src/bin/db-init index 7af069a..1038167 100755 --- a/src/bin/db-init +++ b/src/bin/db-init @@ -22,7 +22,7 @@ for 'platform' in "${PLATFORMS[@]}"; do _platform_name="${_platform/\//+}" _platform_name="${_platform_name,,}" if [ "${_platform_name}" == "${platform}" ]; then - source "${CONFIG_DIR}/dbscripts.d/${_platform_name}.cfg" + source "${CONFIG_DIR}/xbs.d/${_platform_name}.cfg" db-init_run else @@ -30,7 +30,7 @@ for 'platform' in "${PLATFORMS[@]}"; do fi done else - source "${CONFIG_DIR}/dbscripts.d/${platform}.cfg" + source "${CONFIG_DIR}/xbs.d/${platform}.cfg" db-init_run fi -- cgit v1.2.3-2-g168b