make sure test module doesnt install
This commit is contained in:
committed by
GitHub
parent
430e83b9c9
commit
6d14c42234
@@ -457,7 +457,7 @@ function InstallXOPlugins {
|
||||
|
||||
if [[ "$PLUGINS" == "all" ]]; then
|
||||
# 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
|
||||
local PLUGIN
|
||||
IFS=',' read -ra PLUGIN <<<"$PLUGINS"
|
||||
|
Reference in New Issue
Block a user