From 88dc53dacd8cdce6149d31779fc94b65527c43cf Mon Sep 17 00:00:00 2001 From: Patrick Weyck Date: Wed, 24 Jan 2024 14:37:15 +0100 Subject: [PATCH] Fix skip asset build --- rootfs/setup_6.6.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/setup_6.6.x b/rootfs/setup_6.6.x index 2399613..a152f8e 100755 --- a/rootfs/setup_6.6.x +++ b/rootfs/setup_6.6.x @@ -43,7 +43,7 @@ install_all_plugins() { if console system:is-installed; then if [[ ${SHOPWARE_SKIP_ASSET_COPY-""} ]]; then - console system:update:finish --skip-assets + console system:update:finish --skip-asset-build else console system:update:finish fi