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 2606 by niro, Mon Sep 21 13:58:02 2015 UTC revision 2607 by niro, Mon Sep 21 14:00:37 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 -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"   if [[ ! -f ${MCORE_UNPRIV_HOME}/.ICAClient/.eula_accepted ]]
32     then
33     touch "${MCORE_UNPRIV_HOME}"/.ICAClient/.eula_accepted
34     fi
35     chown -R "${MCORE_UNPRIV_USER}":"${MCORE_UNPRIV_GROUP}" "${MCORE_UNPRIV_HOME}"/.ICAClient
36    
37   CONFIG="${MCORE_UNPRIV_HOME}/.ICAClient/cache/Stores/StoreCache.ctx"   CONFIG="${MCORE_UNPRIV_HOME}/.ICAClient/cache/Stores/StoreCache.ctx"
38   clearconfig   clearconfig

Legend:
Removed from v.2606  
changed lines
  Added in v.2607