shellcheck

This commit is contained in:
Stavros Kois
2024-10-10 09:36:40 +03:00
committed by GitHub
parent 73f3e40ff5
commit 30fbc73e8e

View File

@@ -701,7 +701,7 @@ function InstallXO {
echo echo
printprog "Running installation" printprog "Running installation"
runcmd "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn --network-timeout ${YARN_NETWORK_TIMEOUT} && yarn --network-timeout ${YARN_NETWORK_TIMEOUT} build" runcmd "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn --network-timeout ${YARN_NETWORK_TIMEOUT} && yarn --network-timeout ${YARN_NETWORK_TIMEOUT} build"
[ $INCLUDE_V6 == "true" ] && runcmd "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn --network-timeout ${YARN_NETWORK_TIMEOUT} run turbo run build --filter @xen-orchestra/web" [ "$INCLUDE_V6" == "true" ] && runcmd "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn --network-timeout ${YARN_NETWORK_TIMEOUT} run turbo run build --filter @xen-orchestra/web"
printok "Running installation" printok "Running installation"
# Install plugins (takes care of 3rd party plugins as well) # Install plugins (takes care of 3rd party plugins as well)