updated to dns name
This commit is contained in:
@@ -42,7 +42,7 @@ jq -c .assets[] <<< ${HTML_SOURCE} | while read i; do
|
|||||||
chmod +x "${SCRUTINY_DIRECTORY}/${name}"
|
chmod +x "${SCRUTINY_DIRECTORY}/${name}"
|
||||||
cat << EOF > /etc/cron.daily/scrutiny
|
cat << EOF > /etc/cron.daily/scrutiny
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
"${SCRUTINY_DIRECTORY}/${name}" run --api-endpoint="http://10.0.20.20:8080" --host-id $(hostname)
|
"${SCRUTINY_DIRECTORY}/${name}" run --api-endpoint="http://gauntscrutiny.home.johnhgaunt.com:8080" --host-id $(hostname)
|
||||||
EOF
|
EOF
|
||||||
chmod +x /etc/cron.daily/scrutiny
|
chmod +x /etc/cron.daily/scrutiny
|
||||||
/etc/cron.daily/scrutiny
|
/etc/cron.daily/scrutiny
|
||||||
|
|||||||
Reference in New Issue
Block a user