From a0e76feae227a6e3237b992d900d19cc8cb653e1 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Fri, 24 Oct 2025 10:25:35 -0400 Subject: [PATCH] fix error in tools.func --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 2c8be18b..51e00b39 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1856,7 +1856,7 @@ function setup_composer() { if [[ ! -x "$COMPOSER_BIN" ]]; then msg_error "Composer installation failed" return 1 - } + fi chmod +x "$COMPOSER_BIN" $STD "$COMPOSER_BIN" self-update --no-interaction || true