diff --git a/infrastructure/cdn-in-a-box/ort/traffic_ops_ort.crontab b/infrastructure/cdn-in-a-box/ort/traffic_ops_ort.crontab index 7cd0879d2c..5ec6890207 100644 --- a/infrastructure/cdn-in-a-box/ort/traffic_ops_ort.crontab +++ b/infrastructure/cdn-in-a-box/ort/traffic_ops_ort.crontab @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -*/1 * * * * /usr/bin/traffic_ops_ort -k --dispersion 0 SYNCDS ALL $TO_URL $TO_USER:$TO_PASSWORD >> /var/log/ort.log 2>&1 +*/1 * * * * /usr/local/bin/traffic_ops_ort -k --dispersion 0 SYNCDS ALL $TO_URL $TO_USER:$TO_PASSWORD >> /var/log/ort.log 2>&1 diff --git a/infrastructure/cdn-in-a-box/traffic_ops/run-go.sh b/infrastructure/cdn-in-a-box/traffic_ops/run-go.sh index cbb6434b66..b38a8d0d4f 100755 --- a/infrastructure/cdn-in-a-box/traffic_ops/run-go.sh +++ b/infrastructure/cdn-in-a-box/traffic_ops/run-go.sh @@ -49,7 +49,7 @@ insert-self-into-dns.sh source /to-access.sh # Write config files -/config.sh +. /config.sh while ! nc "$TO_PERL_FQDN" $TO_PERL_PORT /dev/null; do echo "waiting for $TO_PERL_FQDN:$TO_PERL_PORT"