Update xo_install.sh

more fixes
This commit is contained in:
Jarli01 2018-02-07 10:07:51 -05:00 committed by GitHub
parent c1e58d98a0
commit 5d84edb8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -37,10 +37,6 @@ cd packages/xo-server
sudo cp sample.config.yaml .xo-server.yaml
sudo sed -i "s|#'/': '/path/to/xo-web/dist/'|'/': '/opt/xen-orchestra/packages/xo-web/dist'|" .xo-server.yaml
cd $xo_web_dir
/usr/bin/yarn
/usr/bin/yarn build
if [[ ! -e $systemd_service_dir/$xo_service ]] ; then