From 9c991213e7e01838f937f43d73162c72e3850687 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:50:29 +0700 Subject: [PATCH] update app\Services\CaInstallerService.php --- app/Services/CaInstallerService.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Services/CaInstallerService.php b/app/Services/CaInstallerService.php index 6de6443..221b35f 100644 --- a/app/Services/CaInstallerService.php +++ b/app/Services/CaInstallerService.php @@ -254,17 +254,17 @@ class CaInstallerService "\n" . "msg_info() {\n" . " local msg=\"$1\"\n" . - " echo -ne \" \${BL}[ INFO ]\${CL} \${msg}...\"\n" . + " echo -ne \" \${BL}[ INFO ]\${CL} ${msg}...\"\n" . "}\n" . "\n" . "msg_ok() {\n" . " local msg=\"$1\"\n" . - " echo -e \"\${BFR} \${GN}[ OK ]\${CL} \${msg}\"\n" . + " echo -e \"\${BFR} \${GN}[ OK ]\${CL} ${msg}\"\n" . "}\n" . "\n" . "msg_err() {\n" . " local msg=\"$1\"\n" . - " echo -e \"\${BFR} \${RD}[ FAIL ]\${CL} \${msg}\"\n" . + " echo -e \"\${BFR} \${RD}[ FAIL ]\${CL} ${msg}\"\n" . "}\n" . "\n" . "check_root() {\n" .