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 2765 by niro, Mon Sep 14 10:01:10 2015 UTC revision 2766 by niro, Wed Feb 10 15:12:13 2016 UTC
# Line 157  case ${CMD} in Line 157  case ${CMD} in
157   storefront_enumerate   storefront_enumerate
158   fi   fi
159   fi   fi
160   if storefront_launch   storefront_launch
161   then   retval=$?
162   if [[ ${USE_XMESSAGE} = 1 ]]   case ${retval} in
163   then   0)
164   killall xmessage   if [[ ${USE_XMESSAGE} = 1 ]]
165   fi   then
166   else   killall xmessage
167   if [[ ${USE_XMESSAGE} = 1 ]]   fi
168   then   ;;
169   killall xmessage   248)
170   xmessage -center -title "ICA-Client" -buttons "   if [[ ${USE_XMESSAGE} = 1 ]]
171     then
172     killall xmessage
173     xmessage -center -title "ICA-Client" -buttons "
174       Abort" "Wrong username or password for '${APP}'.  
175    
176    " &
177     else
178     echo "Wrong username or password for '${APP}'."
179     fi
180     ;;
181     *)
182     if [[ ${USE_XMESSAGE} = 1 ]]
183     then
184     killall xmessage
185     xmessage -center -title "ICA-Client" -buttons "
186     Abort" "Failed to start session '${APP}'.       Abort" "Failed to start session '${APP}'.  
187    
188  " &  " &
189   else   else
190   echo "Failed to start session '${APP}'."   echo "Failed to start session '${APP}'."
191   fi   fi
192   fi   ;;
193     esac
194   ;;   ;;
195    
196   liststore)   liststore)

Legend:
Removed from v.2765  
changed lines
  Added in v.2766