From 5d84edb8e2808333572dc64723f78535e660c5cc Mon Sep 17 00:00:00 2001 From: Jarli01 Date: Wed, 7 Feb 2018 10:07:51 -0500 Subject: [PATCH] Update xo_install.sh more fixes --- xo_install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xo_install.sh b/xo_install.sh index c28308d..c2881c0 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -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