Skip to content

Commit bf6ec18

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 6b75dfa commit bf6ec18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer/linux/agent-installer-service-user.sh

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

103103
log "04. Writing agent service"
104-
cat > ${install_dir}/${service_name}.service <<EOF || die "Unable to write ${install_dir}/${session_name}.service"
104+
cat > ${install_dir}/${service_name}.service <<EOF || die "Unable to write ${install_dir}/${service_name}.service"
105105
[Unit]
106106
Description=OpenAEV Agent Service ${user}
107107
After=network.target

0 commit comments

Comments
 (0)