From 7352cbc220d20a74184d564db8f70a722ae4fb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 5 Mar 2025 18:35:18 +0100 Subject: [PATCH] fix: updated the composer call (#2864) --- ct/heimdall-dashboard.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/heimdall-dashboard.sh b/ct/heimdall-dashboard.sh index 0d31e2e96..ba8f3d7da 100644 --- a/ct/heimdall-dashboard.sh +++ b/ct/heimdall-dashboard.sh @@ -45,7 +45,8 @@ function update_script() { cp -R Heimdall-${VER}/* /opt/Heimdall cd /opt/Heimdall $STD apt-get install -y composer - $STD COMPOSER_ALLOW_SUPERUSER=1 composer dump-autoload + export COMPOSER_ALLOW_SUPERUSER=1 + $STD composer dump-autoload echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated Heimdall Dashboard to ${RELEASE}" msg_info "Restoring Data"