Magellan Linux

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

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

revision 2514 by niro, Mon Sep 14 10:29:34 2015 UTC revision 2516 by niro, Mon Sep 14 10:51:04 2015 UTC
# Line 4  " Line 4  "
4  source @@SYSCONFDIR@@/mcore/mcore.conf  source @@SYSCONFDIR@@/mcore/mcore.conf
5  source @@SYSCONFDIR@@/mcore/citrix.conf  source @@SYSCONFDIR@@/mcore/citrix.conf
6  source ${MCORE_LIBDIR}/include/common.global.class  source ${MCORE_LIBDIR}/include/common.global.class
7  #source ${MCORE_LIBDIR}/include/daemon.global.class  source ${MCORE_LIBDIR}/include/daemon.global.class
8  source ${MCORE_LIBDIR}/include/mysqlfunctions.global.class  source ${MCORE_LIBDIR}/include/mysqlfunctions.global.class
9    
10  : ${STOREFRONT_STORE=""}  : ${STOREFRONT_STORE=""}
# Line 22  if ! storebrowse > /dev/null Line 22  if ! storebrowse > /dev/null
22  then  then
23   if [ -d ~/.ICAClient ]   if [ -d ~/.ICAClient ]
24   then   then
25   rm -r ~/ICAClient   rm -r ~/.ICAClient
26   fi   fi
27    
28   install -d ~/.ICAClient   install -d ~/.ICAClient

Legend:
Removed from v.2514  
changed lines
  Added in v.2516