--- misc/xoa-installer/xoa-installer.sh 2016/03/19 11:58:04 2983 +++ misc/xoa-installer/xoa-installer.sh 2016/03/19 12:02:38 2984 @@ -135,6 +135,11 @@ npm run build || exit cd .. +if [ ! -f "/etc/xo-server/config.yaml" ] then + echo "please setup /etc/xo-server/config.yaml" + exit +fi + restartxo