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