File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ bosh_agent_version=$(cat ${assets_dir}/bosh-agent-version)
3535/usr/bin/meta4 file-download --metalink=${assets_dir} /metalink.meta4 --file=bosh-agent-${bosh_agent_version} -linux-amd64 bosh-agent
3636
3737mv bosh-agent $chroot /var/vcap/bosh/bin/
38- ln --force $chroot /var/vcap/bosh/bin/bosh-agent $chroot /var/vcap/bosh/etc /bosh-enable-monit-access
38+ ln --force $chroot /var/vcap/bosh/bin/bosh-agent $chroot /usr/local/sbin /bosh-enable-monit-access
3939
4040cp $assets_dir /bosh-agent-rc $chroot /var/vcap/bosh/bin/bosh-agent-rc
4141
Original file line number Diff line number Diff line change 11permit_monit_access () {
2- /var/vcap/bosh/etc /bosh-enable-monit-access
2+ /usr/local/sbin /bosh-enable-monit-access
33}
You can’t perform that action at this time.
0 commit comments