add missing logging for plugin installation yarn task

This commit is contained in:
ronivay
2020-05-31 12:20:54 +03:00
parent 6a70444185
commit 4e53860d44

View File

@@ -361,8 +361,8 @@ function InstallXOPlugins {
done done
fi fi
cmdlog "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn >/dev/null && yarn build" cmdlog "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn && yarn build"
cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn >/dev/null && yarn build >>$LOGFILE 2>&1 cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn >>$LOGFILE 2>&1 && yarn build >>$LOGFILE 2>&1
printok "Installing plugins" printok "Installing plugins"
else else
echo echo