Magellan Linux

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

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

revision 2593 by niro, Fri Sep 18 12:24:18 2015 UTC revision 2594 by niro, Fri Sep 18 12:26:41 2015 UTC
# Line 82  done Line 82  done
82    
83  [[ -n ${method} ]] || die "No method given"  [[ -n ${method} ]] || die "No method given"
84    
85    # always create the STOREFRONT_STORES_DIR
86    install -d "${STOREFRONT_STORES_DIR}"
87    
88  case "${method}" in  case "${method}" in
89   add)   add)
90   # requires name and store   # requires name and store
# Line 93  case "${method}" in Line 96  case "${method}" in
96   die "Only PNA Stores are allowed."   die "Only PNA Stores are allowed."
97   fi   fi
98    
  [ ! -d ${STOREFRONT_STORES_DIR}  
  # get a proper name strore[id].conf  
   
99   store_name="$(normalize_store ${store_uri})"   store_name="$(normalize_store ${store_uri})"
100   config="${STOREFRONT_STORES_DIR}/${store_name}.conf"   config="${STOREFRONT_STORES_DIR}/${store_name}.conf"
101   CONFIG="${MROOT}/${config}"   CONFIG="${MROOT}/${config}"

Legend:
Removed from v.2593  
changed lines
  Added in v.2594