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 2604 by niro, Fri Sep 18 13:12:56 2015 UTC revision 2605 by niro, Fri Sep 18 13:16:06 2015 UTC
# Line 27  generate_storefront_xml() Line 27  generate_storefront_xml()
27   local store   local store
28   local xml   local xml
29    
30   install -o "${MCORE_UNPRIV_USER}" -g "${MCORE_UNPRIV_GROUP}" -d "${MCORE_UNPRIV_HOME}/.ICAClient/cache/Stores"   install -d "${MCORE_UNPRIV_HOME}/.ICAClient/cache/Stores"
31     chown -R "${MCORE_UNPRIV_USER}":"${MCORE_UNPRIV_GROUP}" "${MCORE_UNPRIV_HOME}/.ICAClient"
32    
33   CONFIG="${MCORE_UNPRIV_HOME}/.ICAClient/cache/Stores/StoreCache.ctx"   CONFIG="${MCORE_UNPRIV_HOME}/.ICAClient/cache/Stores/StoreCache.ctx"
34   clearconfig   clearconfig
35   addconfig '<StoreCache>'   addconfig '<StoreCache>'

Legend:
Removed from v.2604  
changed lines
  Added in v.2605