Skip to content

Commit fd1b8aa

Browse files
MarineLeMCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent bf6ec18 commit fd1b8aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer/linux/agent-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tenant_id = "${OPENAEV_TENANT_ID}"
5252
EOF
5353

5454
log "04. Writing agent service"
55-
cat > ${install_dir}/${service_name}.service <<EOF || die "Unable to write ${install_dir}/${session_name}.service"
55+
cat > ${install_dir}/${service_name}.service <<EOF || die "Unable to write ${install_dir}/${service_name}.service"
5656
[Unit]
5757
Description=OpenAEV Agent
5858
After=network.target

0 commit comments

Comments
 (0)