Skip to content

Commit

Permalink
copying requirements.txt to isc-agent dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jullrich committed Oct 19, 2023
1 parent 12add55 commit 945e096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2056,6 +2056,7 @@ dlog "installing ISC-Agent"
run "mkdir -p ${ISC_AGENT_DIR}"
do_copy $progdir/../srv/isc-agent ${ISC_AGENT_DIR}/../
do_copy $progdir/../lib/systemd/system/isc-agent.service ${systemdpref}/lib/systemd/system/ 644
do_copy $progdir/requirements.txt ${ISC_AGENT_DIR}
run "chmod +x /srv/isc-agent/bin/isc-agent"
run "mkdir -m 0700 /srv/isc-agent/run"

Expand Down

0 comments on commit 945e096

Please sign in to comment.