From 9844a12551fec0330e66c03327eae43a062a3380 Mon Sep 17 00:00:00 2001 From: scawful Date: Sat, 20 Sep 2025 19:19:53 -0400 Subject: [PATCH] Fix syntax error in agent.sh by correcting closing statement in install_linux function --- scripts/agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/agent.sh b/scripts/agent.sh index 8d7425c6..3ff91e64 100755 --- a/scripts/agent.sh +++ b/scripts/agent.sh @@ -236,7 +236,7 @@ install_linux() { echo "[agent] systemd not available; installing userland background agent" start_userland_agent "${build_type}" "${build_dir}" return - } + fi if [[ "${use_inotify}" == "1" ]]; then cat >"${systemd_dir}/yaze-watchtest-inotify.service" <