Magellan Linux

Diff of /alx-src/branches/alxconf-060/bin/storefront-resolver.sh

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

revision 6763 by niro, Fri Jul 17 07:38:20 2015 UTC revision 6764 by niro, Tue Jul 21 12:17:14 2015 UTC
# Line 7  DOMAIN="$4" Line 7  DOMAIN="$4"
7  APP="$5"  APP="$5"
8    
9  BROWSER=""  BROWSER=""
10  STORE=""  : ${STORE=""}
11    
12  source /etc/alxconfig-ng/storefront.rc  if [[ -z ${STORE} ]]
13    then
14     source /etc/alxconfig-ng/storefront.rc
15    fi
16    
17  # prefer storebrowse  # prefer storebrowse
18  if [[ -e ${ICAROOT}/util/storebrowse ]]  if [[ -e ${ICAROOT}/util/storebrowse ]]

Legend:
Removed from v.6763  
changed lines
  Added in v.6764