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 2594 by niro, Fri Sep 18 12:26:41 2015 UTC revision 2595 by niro, Fri Sep 18 12:27:17 2015 UTC
# Line 106  case "${method}" in Line 106  case "${method}" in
106   del)   del)
107   if [[ -z ${store_uri} ]]   if [[ -z ${store_uri} ]]
108   then   then
109   for config in $(NOCOLOR=1 list_files_in_directory/${STOREFRONT_STORES_DIR})   for config in $(NOCOLOR=1 list_files_in_directory ${STOREFRONT_STORES_DIR})
110   do   do
111   if [ -f ${config} ] && [[ ${config/.conf} != ${config} ]]   if [ -f ${config} ] && [[ ${config/.conf} != ${config} ]]
112   then   then

Legend:
Removed from v.2594  
changed lines
  Added in v.2595