From 5006ef0f5e7b5770f3afa98d81470e7a75c93671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Wed, 16 Mar 2022 19:22:13 +0200 Subject: [PATCH] fix proxy installation #110 --- xo-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xo-install.sh b/xo-install.sh index 56e9fd7..312428a 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -926,7 +926,6 @@ function InstallXOProxy { echo printprog "Running installation" runcmd "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn && yarn build" - runcmd "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME/@xen-orchestra/proxy && yarn cross-env NODE_ENV=development yarn run _build" printok "Running installation" echo @@ -937,7 +936,7 @@ Description=xo-proxy After=network-online.target [Service] -ExecStart=$INSTALLDIR/xo-proxy/dist/index.mjs +ExecStart=$INSTALLDIR/xo-proxy/index.mjs Restart=always SyslogIdentifier=xo-proxy