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 2597 by niro, Fri Sep 18 12:28:20 2015 UTC revision 2598 by niro, Fri Sep 18 12:29:25 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   store_uri=$(source ${config}; echo "${STORE}")   if [ -f ${config} ]
144   rvecho "${store_uri}"   then
145     store_uri=$(source ${config}; echo "${STORE}")
146     rvecho "${store_uri}"
147     fi
148   done   done
149   ;;   ;;
150    

Legend:
Removed from v.2597  
changed lines
  Added in v.2598