remove obsolete yarn tasks from plugin installation

This commit is contained in:
ronivay
2021-07-01 14:18:19 +03:00
parent 58d2a853d5
commit eccb9ad776

View File

@@ -441,8 +441,6 @@ function InstallXOPlugins {
done
fi
cmdlog "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn && yarn build"
cd "$INSTALLDIR/xo-builds/xen-orchestra-$TIME" && yarn >>"$LOGFILE" 2>&1 && yarn build >>"$LOGFILE" 2>&1 || false
printok "Installing plugins"
}