/[projects]/misc/xoa-installer/xoa-installer.sh
ViewVC logotype

Diff of /misc/xoa-installer/xoa-installer.sh

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

revision 3185 by torben, Tue Jan 3 15:01:59 2017 UTC revision 3186 by torben, Tue Jan 3 15:16:14 2017 UTC
# Line 190  cd .. Line 190  cd ..
190  #       cp xo-web-v4/dist/images/logo_small.png xo-web/dist/images/logo_small.png  #       cp xo-web-v4/dist/images/logo_small.png xo-web/dist/images/logo_small.png
191  #fi  #fi
192    
193    dir=`dirname $0`
194    
195  if [ ! -f "/etc/xo-server/config.yaml" ] ; then  if [ ! -f "/etc/xo-server/config.yaml" ] ; then
196          if  [ ! -d "/etc/xo-server" ] ; then          if  [ ! -d "/etc/xo-server" ] ; then
197                  mkdir /etc/xo-server                  mkdir /etc/xo-server
198          fi          fi
199            copy $dir/config.yaml /etc/xo-server/config.yaml
         echo "please setup /etc/xo-server/config.yaml"  
         exit  
200  fi  fi
201    
202  echo Installing plugins  echo Installing plugins

Legend:
Removed from v.3185  
changed lines
  Added in v.3186

  ViewVC Help
Powered by ViewVC 1.1.20