Skip to content

Commit

Permalink
Merge pull request #38 from docker/3.3instrumenting
Browse files Browse the repository at this point in the history
minor cleanup
  • Loading branch information
pcaskey authored Mar 3, 2017
2 parents 7257258 + eb4ac3e commit ef04bb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/bin/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ CRONFILE=/opt/tier/tier-cron

#build crontab file with random start time between midnight and 3:59am
echo "#send daily beacon to TIER Central" > ${CRONFILE}
echo "#* * * * * /usr/bin/sendtierbeacon.sh >> /var/log/cron.log 2>&1" >> ${CRONFILE}
echo $(expr $RANDOM % 59) $(expr $RANDOM % 3) "* * * /usr/bin/sendtierbeacon.sh >> /var/log/cron.log 2>&1" >> ${CRONFILE}
chmod 644 ${CRONFILE}

Expand Down

0 comments on commit ef04bb1

Please sign in to comment.