You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2019/02/22 21:10:07 UTC

[trafficcontrol] branch master updated: Fixed typo in ORT.py crontab (#3325)

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ee8a6e  Fixed typo in ORT.py crontab (#3325)
2ee8a6e is described below

commit 2ee8a6e14d9643cff82eb7edb4cadd59ac0ff96e
Author: ocket8888 <oc...@gmail.com>
AuthorDate: Fri Feb 22 14:09:57 2019 -0700

    Fixed typo in ORT.py crontab (#3325)
---
 infrastructure/cdn-in-a-box/ort/traffic_ops_ort.crontab | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 8ee539d..7cd0879 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 * * * * . /to-access.sh; /usr/bin/traffic_ops_ort -kl ALL --dispersion 0 SYNCDS >> /var/log/ort.log 2>>&1
+*/1 * * * * /usr/bin/traffic_ops_ort -k --dispersion 0 SYNCDS ALL $TO_URL $TO_USER:$TO_PASSWORD >> /var/log/ort.log 2>&1