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 2395 by niro, Thu Aug 27 07:38:22 2015 UTC revision 2396 by niro, Thu Aug 27 08:32:40 2015 UTC
# Line 104  done Line 104  done
104    
105  [[ -n ${CMD} ]] || die "No CMD given"  [[ -n ${CMD} ]] || die "No CMD given"
106    
107    # create required citrix runtime with an accepted eula
108    # and remove all temp files
109    install -d ~/.ICAClient
110    touch ~/.ICAClient/.eula_accepted
111    if [[ -d ~/ICAClient/.tmp ]]
112    then
113     rm -r ~/ICAClient/.tmp
114    fi
115    
116  case ${CMD} in  case ${CMD} in
117   enumerate)   enumerate)
118   # enumerate apps   # enumerate apps

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