Skip to content

Commit

Permalink
CIAB: Fix the environment variable and cron jobs (#3508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shihta authored and dangogh committed Apr 26, 2019
1 parent 488039c commit 2cef0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/cdn-in-a-box/ort/traffic_ops_ort.crontab
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion infrastructure/cdn-in-a-box/traffic_ops/run-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 2>/dev/null; do
echo "waiting for $TO_PERL_FQDN:$TO_PERL_PORT"
Expand Down

0 comments on commit 2cef0d0

Please sign in to comment.