Magellan Linux

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

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

revision 2569 by niro, Thu Sep 17 10:12:41 2015 UTC revision 2570 by niro, Thu Sep 17 10:17:26 2015 UTC
# Line 66  push_config_storefront20_session() Line 66  push_config_storefront20_session()
66   for id in ${values}   for id in ${values}
67   do   do
68   evaluate_table_xml cfg_sessions_storefront "where serial='${serial}'"   evaluate_table_xml cfg_sessions_storefront "where serial='${serial}'"
69   if [[ -z ${cfg_sessions_storefront_name} ]]   if [[ -z ${cfg_sessions_storefront_session} ]]
70   then   then
71   eecho "Name must not be empty id->'${id}'"   eecho "Session must not be empty id->'${id}'"
72   continue   continue
73   fi   fi
74   if [[ -z ${cfg_sessions_storefront_enabled} ]]   if [[ -z ${cfg_sessions_storefront_enabled} ]]

Legend:
Removed from v.2569  
changed lines
  Added in v.2570