Fix typos in bandersnatch afs mirror script

Change-Id: I457890ab04536b86be378f394fe9c3922f274b0d
This commit is contained in:
James E. Blair 2016-01-25 08:27:40 -08:00
parent a48642c254
commit afbc2f11c7
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ k5start -t -f /etc/bandersnatch.keytab service/bandersnatch -- timeout -k 2m 30m
RET=$?
if [ $RET ]; then
if [ $RET -eq 0 ]; then
echo "Bandersnatch completed successfully, running vos release."
k5start -t -f /etc/afsadmin.keytab service/afsafdmin -- vos release mirror.pypi
k5start -t -f /etc/afsadmin.keytab service/afsadmin -- vos release mirror.pypi
fi
echo "Done."