fix proxy installation #110
This commit is contained in:
@@ -926,7 +926,6 @@ function InstallXOProxy {
|
|||||||
echo
|
echo
|
||||||
printprog "Running installation"
|
printprog "Running installation"
|
||||||
runcmd "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn && yarn build"
|
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"
|
printok "Running installation"
|
||||||
|
|
||||||
echo
|
echo
|
||||||
@@ -937,7 +936,7 @@ Description=xo-proxy
|
|||||||
After=network-online.target
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=$INSTALLDIR/xo-proxy/dist/index.mjs
|
ExecStart=$INSTALLDIR/xo-proxy/index.mjs
|
||||||
Restart=always
|
Restart=always
|
||||||
SyslogIdentifier=xo-proxy
|
SyslogIdentifier=xo-proxy
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user