Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/citrix/storefront-store.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2599 by niro, Fri Sep 18 12:34:11 2015 UTC revision 2600 by niro, Fri Sep 18 12:46:00 2015 UTC
# Line 140  case "${method}" in Line 140  case "${method}" in
140   print)   print)
141   for config in $(NOCOLOR=1 list_files_in_directory ${STOREFRONT_STORES_DIR})   for config in $(NOCOLOR=1 list_files_in_directory ${STOREFRONT_STORES_DIR})
142   do   do
143   if [ -f ${config} ]   if [ -f ${STOREFRONT_STORES_DIR}/${config} ]
144   then   then
145   store_uri=$(source ${STOREFRONT_STORES_DIR}/${config}; echo "${STORE}")   store_uri=$(source ${STOREFRONT_STORES_DIR}/${config}; echo "${STORE}")
146   rvecho "${store_uri}"   rvecho "${store_uri}"

Legend:
Removed from v.2599  
changed lines
  Added in v.2600