Fix syntax error in agent.sh by correcting closing statement in install_linux function

This commit is contained in:
scawful
2025-09-20 19:19:53 -04:00
parent 58fa70fb01
commit 9844a12551

View File

@@ -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" <<UNIT