Skip to content

Commit c21c695

Browse files
committed
Tweaks to another of the utility scripts used on tools.ietf.org.
- Legacy-Id: 1924
1 parent b892645 commit c21c695

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/update-db

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ while true; do
4545
if [ $DBDUMP -nt $DBTIME ]; then
4646
export PYTHONPATH=$PWD
4747
echo "Updating database dated $(date -r $DBDONE +'%Y-%m-%d %H:%M') from dump with time $(date -r $DBDUMP +'%Y-%m-%d %H:%M')"
48-
echo -n "Updating database from dump with time $(date -r $DBDUMP +'%Y-%m-%d %H:%M')... " 1>&2
48+
#echo -n "Updating database from dump with time $(date -r $DBDUMP +'%Y-%m-%d %H:%M')... " 1>&2
4949

5050
echo "$$" > $PIDFILE
5151
chmod a+rw $PIDFILE
@@ -61,7 +61,7 @@ while true; do
6161
touch -r $DBDUMP $DBTIME
6262
touch $DBDONE
6363
echo "Done."
64-
echo "Done." 1>&2
64+
#echo "Done." 1>&2
6565
else
6666
echo "Database is up-to-date (updated $(date -r $DBDONE +'%Y-%m-%d %H:%M') from dump with time $(date -r $DBDUMP +'%Y-%m-%d %H:%M'))"
6767
fi

0 commit comments

Comments
 (0)