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 2870 by niro, Thu Oct 8 10:23:56 2015 UTC revision 2871 by niro, Fri Aug 14 08:42:21 2020 UTC
# Line 70  push_config_80_storefront_session() Line 70  push_config_80_storefront_session()
70   values=$(mysqldo "select id from cfg_sessions_storefront where serial='${serial}';")   values=$(mysqldo "select id from cfg_sessions_storefront where serial='${serial}';")
71   for id in ${values}   for id in ${values}
72   do   do
73   evaluate_table_xml cfg_sessions_storefront "where serial='${serial}'"   evaluate_table_xml cfg_sessions_storefront "where id='${id}'"
74   if [[ -z ${cfg_sessions_storefront_session} ]]   if [[ -z ${cfg_sessions_storefront_session} ]]
75   then   then
76   eecho "Session must not be empty id->'${id}'"   eecho "Session must not be empty id->'${id}'"
# Line 143  push_config_70_storefront_store() Line 143  push_config_70_storefront_store()
143   values=$(mysqldo "select id from cfg_storefront_store where serial='${serial}';")   values=$(mysqldo "select id from cfg_storefront_store where serial='${serial}';")
144   for id in ${values}   for id in ${values}
145   do   do
146   evaluate_table_xml cfg_storefront_store "where serial='${serial}'"   evaluate_table_xml cfg_storefront_store "where id='${id}'"
147   if [[ -z ${cfg_storefront_store_store} ]]   if [[ -z ${cfg_storefront_store_store} ]]
148   then   then
149   eecho "Store must not be empty id->'${id}'"   eecho "Store must not be empty id->'${id}'"

Legend:
Removed from v.2870  
changed lines
  Added in v.2871