Fix syntax error in agent.sh by correcting closing statement in install_linux function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user