Magellan Linux

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

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

revision 2384 by niro, Wed Aug 26 12:04:22 2015 UTC revision 2385 by niro, Wed Aug 26 12:05:04 2015 UTC
# Line 54  set_storefront_session() Line 54  set_storefront_session()
54   local password="${CLASS_ARGV[5]}"   local password="${CLASS_ARGV[5]}"
55   local i   local i
56    
57   [[ -z ${action} ]] && help_citrix_session && return 1   [[ -z ${action} ]] && help_storefront_session && return 1
58    
59   case "${action}" in   case "${action}" in
60   add)   add)
# Line 110  get_storefront_session() Line 110  get_storefront_session()
110   ${MCORE_LIBDIR}/storefront-session --query   ${MCORE_LIBDIR}/storefront-session --query
111   fi   fi
112   ;;   ;;
113   *) help_citrix_session && return 1 ;;   *) help_storefront_session && return 1 ;;
114   esac   esac
115  }  }
116    

Legend:
Removed from v.2384  
changed lines
  Added in v.2385