diff --git a/xo-install.sh b/xo-install.sh index 9639984..33d8b07 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -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"