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}"
|
||||
cat << EOF > /etc/cron.daily/scrutiny
|
||||
#!/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
|
||||
chmod +x /etc/cron.daily/scrutiny
|
||||
/etc/cron.daily/scrutiny
|
||||
|
||||
Reference in New Issue
Block a user