Magellan Linux

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

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

revision 2396 by niro, Thu Aug 27 08:32:40 2015 UTC revision 2400 by niro, Fri Aug 28 10:37:16 2015 UTC
# Line 108  done Line 108  done
108  # and remove all temp files  # and remove all temp files
109  install -d ~/.ICAClient  install -d ~/.ICAClient
110  touch ~/.ICAClient/.eula_accepted  touch ~/.ICAClient/.eula_accepted
111  if [[ -d ~/ICAClient/.tmp ]]  if [[ -d ~/.ICAClient/.tmp ]]
112  then  then
113   rm -r ~/ICAClient/.tmp   rm -r ~/.ICAClient/.tmp
114  fi  fi
115    
116  case ${CMD} in  case ${CMD} in

Legend:
Removed from v.2396  
changed lines
  Added in v.2400