make sure test module doesnt install

This commit is contained in:
Jamie (Bear) Murphy
2022-03-01 11:31:22 +00:00
committed by GitHub
parent 430e83b9c9
commit 6d14c42234

View File

@@ -457,7 +457,7 @@ function InstallXOPlugins {
if [[ "$PLUGINS" == "all" ]]; then if [[ "$PLUGINS" == "all" ]]; then
# shellcheck disable=SC1117 # shellcheck disable=SC1117
runcmd "find \"$INSTALLDIR/xo-builds/xen-orchestra-$TIME/packages/\" -maxdepth 1 -mindepth 1 -not -name \"xo-server\" -not -name \"xo-web\" -not -name \"xo-server-cloud\" -exec ln -sn {} \"$INSTALLDIR/xo-builds/xen-orchestra-$TIME/packages/xo-server/node_modules/\" \;" runcmd "find \"$INSTALLDIR/xo-builds/xen-orchestra-$TIME/packages/\" -maxdepth 1 -mindepth 1 -not -name \"xo-server\" -not -name \"xo-web\" -not -name \"xo-server-cloud\" -not -name \"xo-server-test\" -exec ln -sn {} \"$INSTALLDIR/xo-builds/xen-orchestra-$TIME/packages/xo-server/node_modules/\" \;"
else else
local PLUGIN local PLUGIN
IFS=',' read -ra PLUGIN <<<"$PLUGINS" IFS=',' read -ra PLUGIN <<<"$PLUGINS"