--- mcore-src/trunk/mcore-tools/src/modules/citrix/storefront-store.in 2015/09/18 12:29:25 2598 +++ mcore-src/trunk/mcore-tools/src/modules/citrix/storefront-store.in 2015/09/18 12:34:11 2599 @@ -39,7 +39,7 @@ # use the first one which gets found for config in $(NOCOLOR=1 list_files_in_directory ${STOREFRONT_STORES_DIR}) do - store_uri=$(source ${config}; echo "${STORE}") + store_uri=$(source ${STOREFRONT_STORES_DIR}/${config}; echo "${STORE}") if [[ -n ${store_uri} ]] then addconfig " ${store_uri}" @@ -56,7 +56,7 @@ addconfig ' ' for config in $(NOCOLOR=1 list_files_in_directory ${STOREFRONT_STORES_DIR}) do - store_uri=$(source ${config}; echo "${STORE}") + store_uri=$(source ${STOREFRONT_STORES_DIR}/${config}; echo "${STORE}") if [[ -n ${store_uri} ]] then addconfig " " @@ -142,7 +142,7 @@ do if [ -f ${config} ] then - store_uri=$(source ${config}; echo "${STORE}") + store_uri=$(source ${STOREFRONT_STORES_DIR}/${config}; echo "${STORE}") rvecho "${store_uri}" fi done