--- misc/xoa-installer/xoa-installer.sh 2017/01/03 14:46:43 3183 +++ misc/xoa-installer/xoa-installer.sh 2017/01/03 21:34:30 3187 @@ -191,14 +191,13 @@ # cp xo-web-v4/dist/images/logo_small.png xo-web/dist/images/logo_small.png #fi +dir=`dirname $0` if [ ! -f "/etc/xo-server/config.yaml" ] ; then if [ ! -d "/etc/xo-server" ] ; then mkdir /etc/xo-server fi - - echo "please setup /etc/xo-server/config.yaml" - exit + copy $dir/config.yaml /etc/xo-server/config.yaml fi echo Installing plugins