Merge "Fix debug statement typos in *-mirror-update"

This commit is contained in:
Jenkins 2016-07-19 00:17:02 +00:00 committed by Gerrit Code Review
commit ce1592e0bd
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ $K5START rsync -rlptDvz \
# TODO(pabelanger): Validate rsync process
date --iso-8601=ns
echo "rsyc completed successfully, running vos release."
echo "rsync completed successfully, running vos release."
k5start -t -f /etc/afsadmin.keytab service/afsadmin -- vos release -v $MIRROR_VOLUME
date --iso-8601=ns

View File

@ -39,7 +39,7 @@ $K5START rsync -rlptDvz \
# TODO(pabelanger): Validate rsync process
date --iso-8601=ns
echo "rsyc completed successfully, running vos release."
echo "rsync completed successfully, running vos release."
k5start -t -f /etc/afsadmin.keytab service/afsadmin -- vos release -v $MIRROR_VOLUME
date --iso-8601=ns