mirror of
https://github.com/netdata/netdata.git
synced 2025-04-10 16:17:36 +00:00
fix claiming via UI for static build (#15774)
This commit is contained in:
parent
b18cfaed9c
commit
8d5e5399de
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@ exec "${NETDATA_INSTALL_PATH}/bin/srv/netdata" "\${@}"
|
|||
EOF
|
||||
run chmod 755 "${NETDATA_INSTALL_PATH}/bin/netdata"
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# the claiming script must be in the same directory as the netdata binary for web-based claiming to work
|
||||
|
||||
run ln -s "${NETDATA_INSTALL_PATH}/bin/netdata-claim.sh" \
|
||||
"${NETDATA_INSTALL_PATH}/bin/srv/netdata-claim.sh" || exit 1
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# copy the SSL/TLS configuration and certificates from the build system
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue