--- misc/xoa-installer/xoa-installer.sh 2016/03/19 11:58:04 2983 +++ misc/xoa-installer/xoa-installer.sh 2016/03/19 12:29:57 2985 @@ -3,7 +3,7 @@ # Note: this script works on debian 7 /wheezy # I haven't yet managed to get it to work on deb8/jessie - +# I running on a raspberry1 raspian/wheezy - downgrade node.js to 5.4.0 BRANCH=master @@ -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