Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Masashi Yokochi committed Sep 24, 2021
1 parent ec1670a commit 13233ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/update_pdbml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if [ ! -e $XSD2PGSCHEMA ] ; then
./scripts/update_extlibs.sh
fi

if [ $weekday -ge 1 ] && [ $weekday -le 4 ] ; then
if ( [ $weekday -ge 1 ] && [ $weekday -le 4 ] ) || [ ! -d $SRC_DIR ] ; then

rsync -avz --delete $RSYNC_PORT $PDB_MIRROR::$RSYNC_BASE_DIR/$SRC_DIR/ $SRC_DIR

Expand Down
2 changes: 1 addition & 1 deletion scripts/update_vrpt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if [ ! -e $XSD2PGSCHEMA ] ; then
./scripts/update_extlibs.sh
fi

if [ $weekday -ge 1 ] && [ $weekday -le 4 ] ; then
if ( [ $weekday -ge 1 ] && [ $weekday -le 4 ] ) || [ ! -d $SRC_DIR ] ; then

MD5_DIR=chk_sum_xml_vrpt
FILE_EXT_DIGEST=_validation
Expand Down

0 comments on commit 13233ad

Please sign in to comment.